diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-05-16 04:17:12 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-05-16 04:17:12 +0000 |
| commit | 44c45717b9e9f3dc194508d2eeeb8599a9d76949 (patch) | |
| tree | 09e6be14c758efe563352484eeaa8ebbba14e5d8 /compiler-rt/lib/builtins/int_lib.h | |
| parent | 994a43d27a7e844f569816f4947a8c4031f73cbc (diff) | |
| download | bcm5719-llvm-44c45717b9e9f3dc194508d2eeeb8599a9d76949.tar.gz bcm5719-llvm-44c45717b9e9f3dc194508d2eeeb8599a9d76949.zip | |
builtins: use reserved spelling (NFC)
llvm-svn: 303138
Diffstat (limited to 'compiler-rt/lib/builtins/int_lib.h')
| -rw-r--r-- | compiler-rt/lib/builtins/int_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/int_lib.h b/compiler-rt/lib/builtins/int_lib.h index 8a202dde70f..63d911a20fc 100644 --- a/compiler-rt/lib/builtins/int_lib.h +++ b/compiler-rt/lib/builtins/int_lib.h @@ -35,7 +35,7 @@ # ifdef COMPILER_RT_ARMHF_TARGET # define COMPILER_RT_ABI # else -# define COMPILER_RT_ABI __attribute__((pcs("aapcs"))) +# define COMPILER_RT_ABI __attribute__((__pcs__("aapcs"))) # endif #else # define ARM_EABI_FNALIAS(aeabi_name, name) |

