[llvm] Improving ThinLTO error message for inline assembly errors (PR #102211)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 10:00:25 PDT 2024


================
@@ -1,2 +1,3 @@
 if not config.target_triple:
     config.unsupported = True
+config.pipefail = False
----------------
MaskRay wrote:

Use `not xxx | FileCheck` to avoid `config.pipefail`

https://github.com/llvm/llvm-project/pull/102211


More information about the llvm-commits mailing list