[PATCH] D149746: [PowerPC][lit] Recognize triple ppc64le.*-linux

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 21:12:01 PDT 2023


qiucf added inline comments.


================
Comment at: llvm/utils/lit/lit/llvm/config.py:148
+            if re.match(r'^ppc64le.*-linux', target_triple):
+                features.add('target=powerpc64le-linux')
 
----------------
Why here is `target=` instead of `target-`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149746



More information about the llvm-commits mailing list