[PATCH] D50410: Removing -debug-info-macros from option suggestions test

Matt Davis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 16 09:48:52 PDT 2018


mattd added a comment.

In https://reviews.llvm.org/D50410#1202597, @acoomans wrote:

> @mattd thanks for confirming. I tried `clang -cc1as -target x86_64-scei-ps4 -debug-info-macros` and got suggestions.
>
> @modocache @mattd Should we try to first land https://reviews.llvm.org/D50515 to see if it fails again?


I took a look at https://reviews.llvm.org/D50515, and do not see anything target specific in there.  I also applied your patch to two of my local builds using the ps4 triple.  I didn't see any errors in the lit tests (yay!)  If you can successfully build your tests as x86_64-scei-ps4, and get the expected results, then I'd say it is worth seeing how the build-bot responds.


Repository:
  rC Clang

https://reviews.llvm.org/D50410





More information about the cfe-commits mailing list