[clang] [clang][x86] Add constexpr support for all remaining BMI1 intrinsics (PR #110581)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 1 12:09:47 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib` running on `gribozavr4` while building `clang` at step 6 "test-build-unified-tree-check-clang".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/60/builds/9056

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-clang) failure: test (failure)
******************** TEST 'Clang :: Headers/x86-intrinsics-headers-clean.cpp' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 3: /b/1/llvm-x86_64-debian-dylib/build/bin/clang -cc1 -internal-isystem /b/1/llvm-x86_64-debian-dylib/build/lib/clang/20/include -nostdsysteminc -ffreestanding -triple i386-unknown-unknown     -Wextra -Werror -Wsystem-headers -Wsign-conversion -Wcast-qual -Wdocumentation -Wdocumentation-pedantic -Wdocumentation-unknown-command     -fsyntax-only -fretain-comments-from-system-headers -flax-vector-conversions=none -x c++ -verify /b/1/llvm-x86_64-debian-dylib/llvm-project/clang/test/Headers/x86-intrinsics-headers-clean.cpp
+ /b/1/llvm-x86_64-debian-dylib/build/bin/clang -cc1 -internal-isystem /b/1/llvm-x86_64-debian-dylib/build/lib/clang/20/include -nostdsysteminc -ffreestanding -triple i386-unknown-unknown -Wextra -Werror -Wsystem-headers -Wsign-conversion -Wcast-qual -Wdocumentation -Wdocumentation-pedantic -Wdocumentation-unknown-command -fsyntax-only -fretain-comments-from-system-headers -flax-vector-conversions=none -x c++ -verify /b/1/llvm-x86_64-debian-dylib/llvm-project/clang/test/Headers/x86-intrinsics-headers-clean.cpp
error: 'expected-error' diagnostics seen but not expected: 
  Line 195: duplicate 'constexpr' declaration specifier
1 error generated.

--

********************


```

</details>

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


More information about the cfe-commits mailing list