aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/asm_amd64
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-08-08 21:08:47 +0000
committerlloyd <[email protected]>2010-08-08 21:08:47 +0000
commit65058f2c70fc0cb6e45510502e1a4239905096e9 (patch)
tree4a49072b6f63fc1c197e12ca64d3f3097c97df17 /src/utils/asm_amd64
parentc533be56ff5aff60275e329fa2b8da66611c8104 (diff)
Clang understands at least some GCC inline asm syntax as well as what
an .S file is, so allow it for x86-64. Tested/works with Clang SVN.
Diffstat (limited to 'src/utils/asm_amd64')
-rw-r--r--src/utils/asm_amd64/info.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/asm_amd64/info.txt b/src/utils/asm_amd64/info.txt
index ac2d73958..edcb11a7f 100644
--- a/src/utils/asm_amd64/info.txt
+++ b/src/utils/asm_amd64/info.txt
@@ -9,6 +9,7 @@ amd64
</arch>
<cc>
+clang
gcc
icc
</cc>