llvm-6502/include
Chris Lattner e309cfa0d8 reject invalid code like:
int x __attribute__((section("_foo, _bar"))) = 4;
int y __attribute__((section("_foo, _bar, 4byte_literals"))) = 1;




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78867 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-13 00:05:07 +00:00
..
llvm reject invalid code like: 2009-08-13 00:05:07 +00:00
llvm-c Change llvm-c's ordering of contexts to make it consistent. 2009-08-11 07:46:16 +00:00