Displaying 3 results from an estimated 3 matches for "compile_c".
Did you mean:
compiler_c
2008 Mar 06
0
[LLVMdev] llvm/test: suffix or operands invalid for `push'
...d/2006-11-30-NoCompileUnit.cpp
test/C++Frontend/2006-11-30-Pubnames.cpp
> Before making any significant and widespread changes to llvm/test,
> please change one test and propose it as a model for other tests.
The changes were actually very local: replace calls to gcc/g++/as with
calls to %compile_c and %compile_cxx.
I submitted bug reports with patches recently (look for bugs submitted
by jo at durchholz.org). The patches are tiny, so it's not a real problem
if they need to be modified, and I'm willing to try out any needed
modifications and resubmit the patches.
(%compile_cxx wouldn&...
2008 Mar 06
2
[LLVMdev] llvm/test: suffix or operands invalid for `push'
On Mar 3, 2008, at 2:49 AM, Joachim Durchholz wrote:
> Hi all,
>
> I found enough to explain the behaviour that I encountered. If I'm
> correct, the bugs are just in the dejagnu-based test machinery, not in
> LLVM itself.
Yep, I believe that. I haven't been following the whole thread very
closely, what specific tests are affected here?
Before making any significant and
2005 Feb 03
0
Fix for win32-shortcut
....rb
require "mkmf"
require "ftools"
if RUBY_PLATFORM =~ /cygwin|mingw/i
CONFIG["CC"] = "g++"
CONFIG["LDSHARED"] = "g++ -shared"
$LIBS += '' -lole32 -luuid''
else
# -Tp tells cl to compile as c++
CONFIG["COMPILE_C"].sub!(/-Tc/,''-Tp'')
$LIBS += '' ole32.lib ''
end
File.copy("lib/win32/shortcut.c",".")
File.copy("lib/win32/shortcut.h",".")
create_makefile("win32/shortcut")
Unless there are any objections, I will commi...