[llvm-commits] [PATCH] Win64 var arg support
Anton Korobeynikov
asl at math.spbu.ru
Thu Sep 2 16:13:49 PDT 2010
Hello, Cameron
> Here's the corresponding llvm changes to support the Win64 ABI version of var args. With a test case!
This hunk seems to be unrelated to the patch and in wrong in general:
- (Subtarget.isTargetWin64() ? -40 :
- (Subtarget.is64Bit() ? -8 : -4))),
+ (Subtarget.is64Bit() ? -8 : -4)),
Why do you need it?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list