[llvm-commits] [llvm] r54474 - /llvm/trunk/test/lib/llvm.exp
Duncan Sands
baldrick at free.fr
Thu Aug 7 11:00:00 PDT 2008
Author: baldrick
Date: Thu Aug 7 12:59:54 2008
New Revision: 54474
URL: http://llvm.org/viewvc/llvm-project?rev=54474&view=rev
Log:
Use correct compiler component names for objc
and objc++.
Modified:
llvm/trunk/test/lib/llvm.exp
Modified: llvm/trunk/test/lib/llvm.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lib/llvm.exp?rev=54474&r1=54473&r2=54474&view=diff
==============================================================================
--- llvm/trunk/test/lib/llvm.exp (original)
+++ llvm/trunk/test/lib/llvm.exp Thu Aug 7 12:59:54 2008
@@ -236,8 +236,8 @@
ada { set file gnat1 }
c { set file cc1 }
c++ { set file cc1plus }
- objc { set file cc1 }
- objc++ { set file cc1 }
+ objc { set file cc1obj }
+ objc++ { set file cc1objplus }
fortran { set file f951 }
default { return 0 }
}
More information about the llvm-commits
mailing list