mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Use Compiler.h macro instead of __attribute__.
llvm-svn: 82532
This commit is contained in:
parent
076bf0d011
commit
3012c38197
@ -34,7 +34,7 @@ namespace llvm {
|
||||
extern "C" {
|
||||
|
||||
// Debuggers puts a breakpoint in this function.
|
||||
void __attribute__((noinline)) __jit_debug_register_code() { }
|
||||
void DISABLE_INLINE __jit_debug_register_code() { }
|
||||
|
||||
// We put information about the JITed function in this global, which the
|
||||
// debugger reads. Make sure to specify the version statically, because the
|
||||
|
Loading…
x
Reference in New Issue
Block a user