summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/arch/x86/asm_support_x86.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/arch/x86/asm_support_x86.S b/runtime/arch/x86/asm_support_x86.S
index 72e6db4e21..d7c88ba79d 100644
--- a/runtime/arch/x86/asm_support_x86.S
+++ b/runtime/arch/x86/asm_support_x86.S
@@ -86,7 +86,7 @@
// Symbols.
#if !defined(__APPLE__)
#define SYMBOL(name) name
- #define PLT_SYMBOL(name) name ## @PLT
+ #define PLT_SYMBOL(name) name // ## @PLT // TODO: Disabled for old clang 3.3
#else
// Mac OS' symbols have an _ prefix.
#define SYMBOL(name) _ ## name