Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-rc / Inputs / memoryflags-stringtable.rc
blob098953f103146737ee22f6382dafe5264d0159d1
1 // Flags set on the first stringtable of a bundle gets set
2 STRINGTABLE IMPURE {
3   0 "a"
6 // and end up in effect over whatever data is added here.
7 STRINGTABLE
9   1 "b"
12 STRINGTABLE
13 LANGUAGE 4, 7 {
14   2 "c"
17 // Flags set on a later stringtable as part of an earlier bundle
18 // have no effect.
19 STRINGTABLE FIXED PRELOAD
20 LANGUAGE 4, 7 {
21   3 "d"
24 // While the same flag on a new bundle does have effect.
25 STRINGTABLE FIXED PRELOAD
26 LANGUAGE 4, 8 {
27   4 "e"