[PATCH] D45788: Mitigate relocation overflow [part 1 of 2]
Han Shen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 10 15:44:02 PDT 2018
shenhan added a comment.
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
https://reviews.llvm.org/D45788
More information about the llvm-commits
mailing list