diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-30 06:18:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-30 06:18:40 +0000 |
commit | 7d4f5c47ce74e988dccb7114380dc3620605780f (patch) | |
tree | 23e65b93b4b57b63164ef7e72b3c4cc5d4bd1613 /clang/test/CodeGenCXX/mangle.cpp | |
parent | b4e27a18383b8fb041ab432a83e7e41f05f9cef1 (diff) | |
download | bcm5719-llvm-7d4f5c47ce74e988dccb7114380dc3620605780f.tar.gz bcm5719-llvm-7d4f5c47ce74e988dccb7114380dc3620605780f.zip |
only support int128_t on 64-bit and larger targets. 32-bit targets don't
have support for __divti3 and friends.
llvm-svn: 70480
Diffstat (limited to 'clang/test/CodeGenCXX/mangle.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/mangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/mangle.cpp b/clang/test/CodeGenCXX/mangle.cpp index 5540a6868f4..c49abeb7efe 100644 --- a/clang/test/CodeGenCXX/mangle.cpp +++ b/clang/test/CodeGenCXX/mangle.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o %t && +// RUN: clang-cc -emit-llvm %s -o %t -triple=x86_64-apple-darwin9 && // FIXME: This test is intentionally trivial, because we can't yet // CodeGen anything real in C++. |