aboutsummaryrefslogtreecommitdiff
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
commit42cef117f33b6e862f51df0fa8fb9b34868810c8 (patch)
tree6193a910d3f05ef73c338d88ad3beb4b57858059
parent44f463f6129e464f03480372b27bcd9e66fabc6a (diff)
Fix linkrepro.test after safeseh:no change
Add the @feat.00 flag to the input. git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@366244 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/COFF/Inputs/hello32.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/COFF/Inputs/hello32.yaml b/test/COFF/Inputs/hello32.yaml
index 09e76f144..c01c4c6ba 100644
--- a/test/COFF/Inputs/hello32.yaml
+++ b/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
...