[PATCH] D45788: Mitigate relocation overflow [part 1 of 2]
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 11 00:12:25 PDT 2018
grimar added a comment.
In https://reviews.llvm.org/D45788#1095337, @shenhan wrote:
> Some clarification why my test result is different from George's.
>
> I noticed that my build tree is configured with option "-DLLVM_OPTIMIZED_TABLEGEN=On", this seemingly innocuous option changed the behavior of at least 4 cases. After I dropped these 4 options, I saw the 4 new failures, and a new CL has been submitted to fix these 4. https://reviews.llvm.org/D46730
FWIW, I am using -DLLVM_OPTIMIZED_TABLEGEN=1 for windows build too.
https://reviews.llvm.org/D45788
More information about the llvm-commits
mailing list