diff options
author | Reid Kleckner <rnk@google.com> | 2019-07-16 18:33:13 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-07-16 18:33:13 +0000 |
commit | 4b6f69fe906e173603f1613bd84450486f63b3ee (patch) | |
tree | 7a017afc7708e7385ebb26b9f34874f94e19c967 | |
parent | 5826ab6b0c9cf7e0dbafc164c4cca1404c29ed09 (diff) | |
download | bcm5719-llvm-4b6f69fe906e173603f1613bd84450486f63b3ee.tar.gz bcm5719-llvm-4b6f69fe906e173603f1613bd84450486f63b3ee.zip |
Fix linkrepro.test after safeseh:no change
Add the @feat.00 flag to the input.
llvm-svn: 366244
-rw-r--r-- | lld/test/COFF/Inputs/hello32.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lld/test/COFF/Inputs/hello32.yaml b/lld/test/COFF/Inputs/hello32.yaml index 09e76f14453..c01c4c6ba56 100644 --- a/lld/test/COFF/Inputs/hello32.yaml +++ b/lld/test/COFF/Inputs/hello32.yaml @@ -79,4 +79,10 @@ symbols: SimpleType: IMAGE_SYM_TYPE_NULL ComplexType: IMAGE_SYM_DTYPE_FUNCTION StorageClass: IMAGE_SYM_CLASS_EXTERNAL + - Name: '@feat.00' + Value: 1 + SectionNumber: -1 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC ... |