diff options
| author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2017-01-12 23:26:20 +0000 |
|---|---|---|
| committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2017-01-12 23:26:20 +0000 |
| commit | f01c70fec02ea2c709daa55494f56ea54669dc7b (patch) | |
| tree | a789af1b68824cce5ea823206932802c487a061c /llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll | |
| parent | 5d31d08a210e8883ddb6837a11636d1af0bd6c12 (diff) | |
| download | bcm5719-llvm-f01c70fec02ea2c709daa55494f56ea54669dc7b.tar.gz bcm5719-llvm-f01c70fec02ea2c709daa55494f56ea54669dc7b.zip | |
[asan] Don't overalign global metadata.
Other than on COFF with incremental linking, global metadata should
not need any extra alignment.
Differential Revision: https://reviews.llvm.org/D28628
llvm-svn: 291859
Diffstat (limited to 'llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll')
| -rw-r--r-- | llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll b/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll index f7b1a071721..a8fe6a9f625 100644 --- a/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll +++ b/llvm/test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll @@ -16,7 +16,7 @@ target triple = "x86_64-apple-macosx10.11.0" ; Find the metadata for @global: -; CHECK: [[METADATA:@.+]] = internal global {{.*}} @global {{.*}} section "__DATA,__asan_globals,regular", align 64 +; CHECK: [[METADATA:@.+]] = internal global {{.*}} @global {{.*}} section "__DATA,__asan_globals,regular" ; Find the liveness binder for @global and its metadata: ; CHECK: @__asan_binder_global = internal global {{.*}} @global {{.*}} [[METADATA]] {{.*}} section "__DATA,__asan_liveness,regular,live_support" |

