[llvm-commits] [llvm] r81393 - /llvm/trunk/lib/Support/Triple.cpp
Daniel Dunbar
daniel at zuster.org
Wed Sep 9 16:01:25 PDT 2009
Author: ddunbar
Date: Wed Sep 9 18:01:25 2009
New Revision: 81393
URL: http://llvm.org/viewvc/llvm-project?rev=81393&view=rev
Log:
Add comment re: clang dependency.
Modified:
llvm/trunk/lib/Support/Triple.cpp
Modified: llvm/trunk/lib/Support/Triple.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Triple.cpp?rev=81393&r1=81392&r2=81393&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Triple.cpp (original)
+++ llvm/trunk/lib/Support/Triple.cpp Wed Sep 9 18:01:25 2009
@@ -149,6 +149,9 @@
// handling to the architecture name, so we need to be careful before removing
// support for it.
+ // This code must be kept in sync with Clang's Darwin specific argument
+ // translation.
+
if (Str == "ppc" || Str == "ppc601" || Str == "ppc603" || Str == "ppc604" ||
Str == "ppc604e" || Str == "ppc750" || Str == "ppc7400" ||
Str == "ppc7450" || Str == "ppc970")
More information about the llvm-commits
mailing list