diff options
| author | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-12 09:53:49 -0400 |
|---|---|---|
| committer | Chris Simpkins <git.simpkins@gmail.com> | 2020-03-12 09:57:05 -0400 |
| commit | cf929f77bffc9786fa7c15e75be7599cfc551225 (patch) | |
| tree | d664ceba4e6e9772b58abdb198708a20b3257c74 /src/test/codegen/remap_path_prefix | |
| parent | 5d04ce67fd14538d03fa47a2598f80d49fd564c6 (diff) | |
| download | rust-cf929f77bffc9786fa7c15e75be7599cfc551225.tar.gz rust-cf929f77bffc9786fa7c15e75be7599cfc551225.zip | |
support LLVM globals corresponding to miri allocations
Diffstat (limited to 'src/test/codegen/remap_path_prefix')
| -rw-r--r-- | src/test/codegen/remap_path_prefix/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/remap_path_prefix/main.rs b/src/test/codegen/remap_path_prefix/main.rs index 52ffb97a5b2..4724dc3c3e5 100644 --- a/src/test/codegen/remap_path_prefix/main.rs +++ b/src/test/codegen/remap_path_prefix/main.rs @@ -12,7 +12,7 @@ mod aux_mod; include!("aux_mod.rs"); // Here we check that the expansion of the file!() macro is mapped. -// CHECK: @0 = private unnamed_addr constant <{ [34 x i8] }> <{ [34 x i8] c"/the/src/remap_path_prefix/main.rs" }>, align 1 +// CHECK: @alloc1 = private unnamed_addr constant <{ [34 x i8] }> <{ [34 x i8] c"/the/src/remap_path_prefix/main.rs" }>, align 1 pub static FILE_PATH: &'static str = file!(); fn main() { |
