Skip to content
Snippets Groups Projects
Commit 63c0a744 authored by Charles Davis's avatar Charles Davis
Browse files

Really make the Itanium C++ ABI the default.

llvm-svn: 105893
parent af3cf2ca
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,10 @@ namespace clang {
class TargetOptions {
public:
TargetOptions() {
CXXABI = "itanium";
}
/// If given, the name of the target triple to compile for. If not given the
/// target will be selected to match the host.
std::string Triple;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment