[llvm-commits] [dragonegg] r115786 - /dragonegg/trunk/x86/llvm-target.h
Duncan Sands
baldrick at free.fr
Wed Oct 6 07:46:54 PDT 2010
Author: baldrick
Date: Wed Oct 6 09:46:54 2010
New Revision: 115786
URL: http://llvm.org/viewvc/llvm-project?rev=115786&view=rev
Log:
Port commit 110405 (echristo) from llvm-gcc:
Have the -mstackalign option forward to -force-align-stack.
Modified:
dragonegg/trunk/x86/llvm-target.h
Modified: dragonegg/trunk/x86/llvm-target.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/x86/llvm-target.h?rev=115786&r1=115785&r2=115786&view=diff
==============================================================================
--- dragonegg/trunk/x86/llvm-target.h (original)
+++ dragonegg/trunk/x86/llvm-target.h Wed Oct 6 09:46:54 2010
@@ -395,7 +395,7 @@
argvec.push_back("--disable-non-leaf-fp-elim"); \
\
if (ix86_force_align_arg_pointer) \
- argvec.push_back("-realign-stack"); \
+ argvec.push_back("-force-align-stack"); \
} while (0)
#endif /* LLVM_TARGET_H */
More information about the llvm-commits
mailing list