[all-commits] [llvm/llvm-project] 9a8235: [ORC] Fix -Wunused-variable in LLJIT.cpp (NFC)

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Wed Apr 24 00:36:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a8235a290b87a311217b9ffd811de06bff38746
      https://github.com/llvm/llvm-project/commit/9a8235a290b87a311217b9ffd811de06bff38746
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

  Log Message:
  -----------
  [ORC] Fix -Wunused-variable in LLJIT.cpp (NFC)

llvm-project/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:684:8:
error: unused variable 'ConcurrentCompilationSettingDefaulted' [-Werror,-Wunused-variable]
  bool ConcurrentCompilationSettingDefaulted = !SupportConcurrentCompilation;
       ^
1 error generated.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list