llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.96k stars 11.54k forks source link

[HLSL] -fcgl option failed with error. #97296

Closed python3kgae closed 2 months ago

python3kgae commented 2 months ago

clang --driver-mode=dxc -Tlib_6_3 shader.hlsl -fcgl will get error.

  error: '-S' action ignored; '-emit-llvm' action specified previously.
llvmbot commented 2 months ago

@llvm/issue-subscribers-clang-driver

Author: Xiang Li (python3kgae)

clang --driver-mode=dxc -Tlib_6_3 shader.hlsl -fcgl will get error. ``` error: '-S' action ignored; '-emit-llvm' action specified previously. ```