[PATCH] D44445: CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r326946
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 14 14:47:45 PDT 2018
yaxunl added a comment.
I have to remove the lit test since it causes failure on atom http://lab.llvm.org:8011/builders/clang-atom-d525-fedora-rel/builds/15477
It seems when the lit test is running on atom, it is compiled with default CPU for x86_64, therefor __atom__ is not defined and there is no way to detect the test is running on atom system.
Repository:
rC Clang
https://reviews.llvm.org/D44445
More information about the cfe-commits
mailing list