zephyr/cmake/toolchain/llvm
Marc Herbert 0fead68e2b Revert "llvm: use proper syntax for --config option"
This reverts commit 577d47f3f1.

The --config= syntax with the equal sign does not work with clang 15
which is less than one year old (https://releases.llvm.org/). It does
not work with clang 14 either.

```
clang --verbose
clang version 15.0.7

clang --help | grep config

  -cl-std=<value>         OpenCL language standard to compile for.
  --config   <value>      Specifies configuration file
  --cuda-feature=<value>  Manually specify the CUDA feature to use

clang: error: unsupported option '--config=/home/runner/work/...
```

The reverted commit mentioned "issues in some situations" without
providing any example or other information.
This revert fixes the SOF fuzzer build, see more details in #61778.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2023-08-31 10:24:29 +02:00
..
clang_compiler_rt.cfg llvm: Add support for selecting runtime library 2023-08-03 19:35:11 +02:00
clang_libgcc.cfg llvm: Add support for selecting runtime library 2023-08-03 19:35:11 +02:00
generic.cmake llvm: Add support for selecting runtime library 2023-08-03 19:35:11 +02:00
Kconfig toolchain: move CONFIG_LLVM_USE_LD into cmake/toolchain/llvm 2023-03-29 19:48:47 -04:00
target.cmake Revert "llvm: use proper syntax for --config option" 2023-08-31 10:24:29 +02:00