mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Adjust this to the wonky syntax that GCC expects.
llvm-svn: 30670
This commit is contained in:
parent
dca41cb87b
commit
b4e7c0864c
@ -3,6 +3,5 @@
|
||||
int X __attribute__((used));
|
||||
int Y;
|
||||
|
||||
void foo() __attribute__((used));
|
||||
__attribute__((used)) void foo() {}
|
||||
|
||||
void foo() {}
|
||||
|
Loading…
Reference in New Issue
Block a user