[PATCH] D59924: [PowerPC] [Clang] Port MMX intrinsics and basic test cases to Power

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 23 00:48:02 PDT 2019


MaskRay added a comment.

You use `%clang` (clang driver) because the test needs `-internal-isystem $resource_dir/include/ppc_wrappers`. A default release build of llvm sets `LLVM_ENABLE_ASSERTIONS` to off, the clang driver defaults to `-fdiscard-value-names`. This caused the test to break. I have fixed that in rC358953 <https://reviews.llvm.org/rC358953>.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59924/new/

https://reviews.llvm.org/D59924





More information about the cfe-commits mailing list