beignet icon indicating copy to clipboard operation
beignet copied to clipboard

cmake ../ error

Open MajidAbdelilah opened this issue 2 years ago • 1 comments

  clang-3.7: error: unknown argument: '-ftree-loop-distribute-patterns'
    clang-3.7: error: unknown argument: '-fno-semantic-interposition'
    clang-3.7: error: unknown argument: '-mrelax-cmpxchg-loop'
    clang-3.7: warning: -Wl,-z,now: 'linker' input unused
    clang-3.7: warning: -Wl,-z,relro: 'linker' input unused
    clang-3.7: warning: -Wl,-sort-common: 'linker' input unused
    clang-3.7: warning: -Wl,--enable-new-dtags: 'linker' input unused

llvm 3.7 is the commended version why is this

MajidAbdelilah avatar Oct 30 '22 16:10 MajidAbdelilah

note cmake with this cmake -DCMAKE_BUILD_TYPE=Release -DCOMPILER=CLANG ../

MajidAbdelilah avatar Oct 30 '22 16:10 MajidAbdelilah