summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-07-16 18:33:13 +0000
committerReid Kleckner <rnk@google.com>2019-07-16 18:33:13 +0000
commit4b6f69fe906e173603f1613bd84450486f63b3ee (patch)
tree7a017afc7708e7385ebb26b9f34874f94e19c967
parent5826ab6b0c9cf7e0dbafc164c4cca1404c29ed09 (diff)
downloadbcm5719-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.yaml6
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
...
OpenPOWER on IntegriCloud