Michael Woerister
3614bd3c45
Fix duplicate directory separator in --remap-path-prefix.
2022-04-29 21:09:12 +02:00
Ralf Jung
1f21ab114e
bless mir-opt, codegen, and remaining ui tests
2021-07-14 18:17:49 +02:00
Simon Jakobi
3ea62cb5d1
Remove redundant ignore-tidy-linelength
annotations
...
This is step 2 towards fixing #77548 .
In the codegen and codegen-units test suites, the `//` comment markers
were kept in order not to affect any source locations. This is because
these tests cannot be automatically `--bless`ed.
2021-04-03 22:30:20 +02:00
Arlo Siemsen
f86b078e2d
Add hash of source files in debug info
...
* Adds either an MD5 or SHA1 hash to the debug info.
* Adds new unstable option `-Z src-hash-algorithm` to control the hashing algorithm.
2020-04-02 14:13:19 -07:00
Chris Simpkins
cf929f77bf
support LLVM globals corresponding to miri allocations
2020-03-12 09:57:05 -04:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Colin Pronovost
02190f397e
Make globals with private linkage unnamed. Fixes #50862 .
2018-07-31 23:45:18 -04:00
Oliver Schneider
0595ff1009
Codegen tests
2018-03-08 08:34:08 +01:00
Jeremy Fitzhardinge
56a6828533
Implement --remap-path-prefix
...
Remove experimental -Zremap-path-prefix-from/to, and replace it with
the stabilized --remap-path-prefix=from=to variant.
This is an implementation for issue of #41555 .
2018-02-22 15:13:21 -08:00
Oliver Schneider
d732da813b
Use PathBuf instead of String where applicable
2017-12-14 11:22:08 +01:00
Philip Craig
c27a82f193
Don't use remapped path when loading modules and include files
2017-09-30 16:32:45 +10:00
Michael Woerister
8ea050d89d
Disable path remapping test on Windows.
2017-04-28 13:30:07 +02:00
Michael Woerister
5c62ce4a82
Make codegen test for remap-path-prefix more thorough.
2017-04-26 15:44:02 +02:00