diff options
author | lloyd <[email protected]> | 2010-08-08 21:08:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-08 21:08:47 +0000 |
commit | 65058f2c70fc0cb6e45510502e1a4239905096e9 (patch) | |
tree | 4a49072b6f63fc1c197e12ca64d3f3097c97df17 /src | |
parent | c533be56ff5aff60275e329fa2b8da66611c8104 (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')
-rw-r--r-- | src/hash/sha1_amd64/info.txt | 1 | ||||
-rw-r--r-- | src/math/bigint/mp_amd64/info.txt | 1 | ||||
-rw-r--r-- | src/utils/asm_amd64/info.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/hash/sha1_amd64/info.txt b/src/hash/sha1_amd64/info.txt index 8fdb7e2fc..681bddbc1 100644 --- a/src/hash/sha1_amd64/info.txt +++ b/src/hash/sha1_amd64/info.txt @@ -7,6 +7,7 @@ amd64 </arch> <cc> +clang gcc icc </cc> diff --git a/src/math/bigint/mp_amd64/info.txt b/src/math/bigint/mp_amd64/info.txt index 616fb2840..11cc380e2 100644 --- a/src/math/bigint/mp_amd64/info.txt +++ b/src/math/bigint/mp_amd64/info.txt @@ -12,6 +12,7 @@ amd64 </arch> <cc> +clang gcc icc </cc> 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> |