Guest User

Untitled

a guest
Mar 29th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 334.36 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.17763.1817]
  2. (c) 2018 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Windows\system32>cd "C:\Users\payam\c\llvm-project"
  5.  
  6. C:\Users\payam\c\llvm-project>cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi" -DCMAKE_INSTALL_PREFIX="C:\Users\payam\c" -DCMAKE_BUILD_TYPE=Release
  7. -- clang project is enabled
  8. -- clang-tools-extra project is disabled
  9. -- compiler-rt project is disabled
  10. -- debuginfo-tests project is disabled
  11. -- libc project is disabled
  12. -- libclc project is disabled
  13. -- libcxx project is enabled
  14. -- libcxxabi project is enabled
  15. -- libunwind project is disabled
  16. -- lld project is disabled
  17. -- lldb project is disabled
  18. -- mlir project is disabled
  19. -- openmp project is disabled
  20. -- parallel-libs project is disabled
  21. -- polly project is disabled
  22. -- pstl project is disabled
  23. -- flang project is disabled
  24. -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR)
  25. -- Native target architecture is X86
  26. -- Threads enabled.
  27. -- Doxygen disabled.
  28. -- Go bindings disabled.
  29. -- Ninja version: 1.10.2
  30. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  31. -- OCaml bindings disabled.
  32. -- LLVM host triple: x86_64-w64-windows-gnu
  33. -- LLVM default target triple: x86_64-w64-windows-gnu
  34. -- Constructing LLVMBuild project information
  35. -- LLVMHello ignored -- Loadable modules not supported on this platform.
  36. -- Targeting AArch64
  37. -- Targeting AMDGPU
  38. -- Targeting ARM
  39. -- Targeting AVR
  40. -- Targeting BPF
  41. -- Targeting Hexagon
  42. -- Targeting Lanai
  43. -- Targeting Mips
  44. -- Targeting MSP430
  45. -- Targeting NVPTX
  46. -- Targeting PowerPC
  47. -- Targeting RISCV
  48. -- Targeting Sparc
  49. -- Targeting SystemZ
  50. -- Targeting WebAssembly
  51. -- Targeting X86
  52. -- Targeting XCore
  53. -- Libc++abi will be using libc++ includes from C:/Users/payam/c/llvm-project/libcxxabi/../libcxx/include
  54. -- Could not find ParallelSTL, libc++abi will not attempt to use it but the build may fail if the libc++ in use needs it to be available.
  55. -- Looking for cxxabi.h in C:/Users/payam/c/llvm-project/libcxx/../libcxxabi/include
  56. -- Looking for cxxabi.h in C:/Users/payam/c/llvm-project/libcxx/../libcxxabi/include - found
  57. -- Looking for __cxxabi_config.h in C:/Users/payam/c/llvm-project/libcxx/../libcxxabi/include
  58. -- Looking for __cxxabi_config.h in C:/Users/payam/c/llvm-project/libcxx/../libcxxabi/include - found
  59. -- there is no pre-generated ABI list for the requested libc++ configuration. check-cxx-abilist target is not supported
  60. -- Clang version: 11.0.1
  61. -- PrintFunctionNames ignored -- Loadable modules not supported on this platform.
  62. -- AnnotateFunctions ignored -- Loadable modules not supported on this platform.
  63. -- Attribute ignored -- Loadable modules not supported on this platform.
  64. -- BugpointPasses ignored -- Loadable modules not supported on this platform.
  65. -- Version: 0.0.0
  66. -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
  67. -- Performing Test HAVE_POSIX_REGEX -- failed to compile
  68. CMake Warning at utils/benchmark/CMakeLists.txt:244 (message):
  69. Using std::regex with exceptions disabled is not fully supported
  70.  
  71.  
  72. -- Performing Test HAVE_STEADY_CLOCK -- success
  73. -- Configuring done
  74. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  75. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  76. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  77. details. Use the cmake_policy command to set the policy and suppress this
  78. warning.
  79. Call Stack (most recent call first):
  80. include/llvm/IR/CMakeLists.txt:2 (tablegen)
  81. This warning is for project developers. Use -Wno-dev to suppress it.
  82.  
  83. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  84. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  85. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  86. details. Use the cmake_policy command to set the policy and suppress this
  87. warning.
  88. Call Stack (most recent call first):
  89. include/llvm/IR/CMakeLists.txt:6 (tablegen)
  90. This warning is for project developers. Use -Wno-dev to suppress it.
  91.  
  92. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  93. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  94. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  95. details. Use the cmake_policy command to set the policy and suppress this
  96. warning.
  97. Call Stack (most recent call first):
  98. include/llvm/IR/CMakeLists.txt:5 (tablegen)
  99. This warning is for project developers. Use -Wno-dev to suppress it.
  100.  
  101. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  102. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  103. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  104. details. Use the cmake_policy command to set the policy and suppress this
  105. warning.
  106. Call Stack (most recent call first):
  107. include/llvm/IR/CMakeLists.txt:7 (tablegen)
  108. This warning is for project developers. Use -Wno-dev to suppress it.
  109.  
  110. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  111. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  112. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  113. details. Use the cmake_policy command to set the policy and suppress this
  114. warning.
  115. Call Stack (most recent call first):
  116. include/llvm/IR/CMakeLists.txt:8 (tablegen)
  117. This warning is for project developers. Use -Wno-dev to suppress it.
  118.  
  119. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  120. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  121. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  122. details. Use the cmake_policy command to set the policy and suppress this
  123. warning.
  124. Call Stack (most recent call first):
  125. include/llvm/IR/CMakeLists.txt:9 (tablegen)
  126. This warning is for project developers. Use -Wno-dev to suppress it.
  127.  
  128. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  129. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  130. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  131. details. Use the cmake_policy command to set the policy and suppress this
  132. warning.
  133. Call Stack (most recent call first):
  134. include/llvm/IR/CMakeLists.txt:10 (tablegen)
  135. This warning is for project developers. Use -Wno-dev to suppress it.
  136.  
  137. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  138. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  139. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  140. details. Use the cmake_policy command to set the policy and suppress this
  141. warning.
  142. Call Stack (most recent call first):
  143. include/llvm/IR/CMakeLists.txt:11 (tablegen)
  144. This warning is for project developers. Use -Wno-dev to suppress it.
  145.  
  146. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  147. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  148. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  149. details. Use the cmake_policy command to set the policy and suppress this
  150. warning.
  151. Call Stack (most recent call first):
  152. include/llvm/IR/CMakeLists.txt:12 (tablegen)
  153. This warning is for project developers. Use -Wno-dev to suppress it.
  154.  
  155. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  156. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  157. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  158. details. Use the cmake_policy command to set the policy and suppress this
  159. warning.
  160. Call Stack (most recent call first):
  161. include/llvm/IR/CMakeLists.txt:13 (tablegen)
  162. This warning is for project developers. Use -Wno-dev to suppress it.
  163.  
  164. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  165. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  166. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  167. details. Use the cmake_policy command to set the policy and suppress this
  168. warning.
  169. Call Stack (most recent call first):
  170. include/llvm/IR/CMakeLists.txt:14 (tablegen)
  171. This warning is for project developers. Use -Wno-dev to suppress it.
  172.  
  173. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  174. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  175. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  176. details. Use the cmake_policy command to set the policy and suppress this
  177. warning.
  178. Call Stack (most recent call first):
  179. include/llvm/IR/CMakeLists.txt:15 (tablegen)
  180. This warning is for project developers. Use -Wno-dev to suppress it.
  181.  
  182. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  183. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  184. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  185. details. Use the cmake_policy command to set the policy and suppress this
  186. warning.
  187. Call Stack (most recent call first):
  188. include/llvm/IR/CMakeLists.txt:16 (tablegen)
  189. This warning is for project developers. Use -Wno-dev to suppress it.
  190.  
  191. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  192. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  193. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  194. details. Use the cmake_policy command to set the policy and suppress this
  195. warning.
  196. Call Stack (most recent call first):
  197. include/llvm/IR/CMakeLists.txt:17 (tablegen)
  198. This warning is for project developers. Use -Wno-dev to suppress it.
  199.  
  200. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  201. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  202. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  203. details. Use the cmake_policy command to set the policy and suppress this
  204. warning.
  205. Call Stack (most recent call first):
  206. include/llvm/IR/CMakeLists.txt:18 (tablegen)
  207. This warning is for project developers. Use -Wno-dev to suppress it.
  208.  
  209. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  210. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  211. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  212. details. Use the cmake_policy command to set the policy and suppress this
  213. warning.
  214. Call Stack (most recent call first):
  215. include/llvm/IR/CMakeLists.txt:19 (tablegen)
  216. This warning is for project developers. Use -Wno-dev to suppress it.
  217.  
  218. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  219. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  220. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  221. details. Use the cmake_policy command to set the policy and suppress this
  222. warning.
  223. Call Stack (most recent call first):
  224. include/llvm/IR/CMakeLists.txt:20 (tablegen)
  225. This warning is for project developers. Use -Wno-dev to suppress it.
  226.  
  227. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  228. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  229. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  230. details. Use the cmake_policy command to set the policy and suppress this
  231. warning.
  232. Call Stack (most recent call first):
  233. include/llvm/Frontend/OpenACC/CMakeLists.txt:3 (tablegen)
  234. This warning is for project developers. Use -Wno-dev to suppress it.
  235.  
  236. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  237. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  238. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  239. details. Use the cmake_policy command to set the policy and suppress this
  240. warning.
  241. Call Stack (most recent call first):
  242. include/llvm/Frontend/OpenACC/CMakeLists.txt:2 (tablegen)
  243. This warning is for project developers. Use -Wno-dev to suppress it.
  244.  
  245. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  246. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  247. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  248. details. Use the cmake_policy command to set the policy and suppress this
  249. warning.
  250. Call Stack (most recent call first):
  251. include/llvm/Frontend/OpenMP/CMakeLists.txt:3 (tablegen)
  252. This warning is for project developers. Use -Wno-dev to suppress it.
  253.  
  254. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  255. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  256. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  257. details. Use the cmake_policy command to set the policy and suppress this
  258. warning.
  259. Call Stack (most recent call first):
  260. include/llvm/Frontend/OpenMP/CMakeLists.txt:2 (tablegen)
  261. This warning is for project developers. Use -Wno-dev to suppress it.
  262.  
  263. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  264. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  265. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  266. details. Use the cmake_policy command to set the policy and suppress this
  267. warning.
  268. Call Stack (most recent call first):
  269. lib/Frontend/OpenACC/CMakeLists.txt:2 (tablegen)
  270. This warning is for project developers. Use -Wno-dev to suppress it.
  271.  
  272. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  273. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  274. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  275. details. Use the cmake_policy command to set the policy and suppress this
  276. warning.
  277. Call Stack (most recent call first):
  278. lib/Frontend/OpenMP/CMakeLists.txt:2 (tablegen)
  279. This warning is for project developers. Use -Wno-dev to suppress it.
  280.  
  281. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  282. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  283. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  284. details. Use the cmake_policy command to set the policy and suppress this
  285. warning.
  286. Call Stack (most recent call first):
  287. lib/Transforms/InstCombine/CMakeLists.txt:2 (tablegen)
  288. This warning is for project developers. Use -Wno-dev to suppress it.
  289.  
  290. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  291. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  292. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  293. details. Use the cmake_policy command to set the policy and suppress this
  294. warning.
  295. Call Stack (most recent call first):
  296. lib/Target/AArch64/CMakeLists.txt:3 (tablegen)
  297. This warning is for project developers. Use -Wno-dev to suppress it.
  298.  
  299. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  300. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  301. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  302. details. Use the cmake_policy command to set the policy and suppress this
  303. warning.
  304. Call Stack (most recent call first):
  305. lib/Target/AArch64/CMakeLists.txt:4 (tablegen)
  306. This warning is for project developers. Use -Wno-dev to suppress it.
  307.  
  308. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  309. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  310. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  311. details. Use the cmake_policy command to set the policy and suppress this
  312. warning.
  313. Call Stack (most recent call first):
  314. lib/Target/AArch64/CMakeLists.txt:5 (tablegen)
  315. This warning is for project developers. Use -Wno-dev to suppress it.
  316.  
  317. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  318. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  319. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  320. details. Use the cmake_policy command to set the policy and suppress this
  321. warning.
  322. Call Stack (most recent call first):
  323. lib/Target/AArch64/CMakeLists.txt:6 (tablegen)
  324. This warning is for project developers. Use -Wno-dev to suppress it.
  325.  
  326. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  327. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  328. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  329. details. Use the cmake_policy command to set the policy and suppress this
  330. warning.
  331. Call Stack (most recent call first):
  332. lib/Target/AArch64/CMakeLists.txt:7 (tablegen)
  333. This warning is for project developers. Use -Wno-dev to suppress it.
  334.  
  335. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  336. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  337. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  338. details. Use the cmake_policy command to set the policy and suppress this
  339. warning.
  340. Call Stack (most recent call first):
  341. lib/Target/AArch64/CMakeLists.txt:8 (tablegen)
  342. This warning is for project developers. Use -Wno-dev to suppress it.
  343.  
  344. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  345. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  346. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  347. details. Use the cmake_policy command to set the policy and suppress this
  348. warning.
  349. Call Stack (most recent call first):
  350. lib/Target/AArch64/CMakeLists.txt:22 (tablegen)
  351. This warning is for project developers. Use -Wno-dev to suppress it.
  352.  
  353. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  354. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  355. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  356. details. Use the cmake_policy command to set the policy and suppress this
  357. warning.
  358. Call Stack (most recent call first):
  359. lib/Target/AArch64/CMakeLists.txt:9 (tablegen)
  360. This warning is for project developers. Use -Wno-dev to suppress it.
  361.  
  362. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  363. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  364. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  365. details. Use the cmake_policy command to set the policy and suppress this
  366. warning.
  367. Call Stack (most recent call first):
  368. lib/Target/AArch64/CMakeLists.txt:10 (tablegen)
  369. This warning is for project developers. Use -Wno-dev to suppress it.
  370.  
  371. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  372. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  373. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  374. details. Use the cmake_policy command to set the policy and suppress this
  375. warning.
  376. Call Stack (most recent call first):
  377. lib/Target/AArch64/CMakeLists.txt:15 (tablegen)
  378. This warning is for project developers. Use -Wno-dev to suppress it.
  379.  
  380. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  381. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  382. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  383. details. Use the cmake_policy command to set the policy and suppress this
  384. warning.
  385. Call Stack (most recent call first):
  386. lib/Target/AArch64/CMakeLists.txt:16 (tablegen)
  387. This warning is for project developers. Use -Wno-dev to suppress it.
  388.  
  389. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  390. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  391. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  392. details. Use the cmake_policy command to set the policy and suppress this
  393. warning.
  394. Call Stack (most recent call first):
  395. lib/Target/AArch64/CMakeLists.txt:17 (tablegen)
  396. This warning is for project developers. Use -Wno-dev to suppress it.
  397.  
  398. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  399. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  400. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  401. details. Use the cmake_policy command to set the policy and suppress this
  402. warning.
  403. Call Stack (most recent call first):
  404. lib/Target/AArch64/CMakeLists.txt:13 (tablegen)
  405. This warning is for project developers. Use -Wno-dev to suppress it.
  406.  
  407. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  408. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  409. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  410. details. Use the cmake_policy command to set the policy and suppress this
  411. warning.
  412. Call Stack (most recent call first):
  413. lib/Target/AArch64/CMakeLists.txt:11 (tablegen)
  414. This warning is for project developers. Use -Wno-dev to suppress it.
  415.  
  416. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  417. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  418. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  419. details. Use the cmake_policy command to set the policy and suppress this
  420. warning.
  421. Call Stack (most recent call first):
  422. lib/Target/AArch64/CMakeLists.txt:18 (tablegen)
  423. This warning is for project developers. Use -Wno-dev to suppress it.
  424.  
  425. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  426. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  427. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  428. details. Use the cmake_policy command to set the policy and suppress this
  429. warning.
  430. Call Stack (most recent call first):
  431. lib/Target/AArch64/CMakeLists.txt:19 (tablegen)
  432. This warning is for project developers. Use -Wno-dev to suppress it.
  433.  
  434. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  435. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  436. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  437. details. Use the cmake_policy command to set the policy and suppress this
  438. warning.
  439. Call Stack (most recent call first):
  440. lib/Target/AArch64/CMakeLists.txt:20 (tablegen)
  441. This warning is for project developers. Use -Wno-dev to suppress it.
  442.  
  443. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  444. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  445. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  446. details. Use the cmake_policy command to set the policy and suppress this
  447. warning.
  448. Call Stack (most recent call first):
  449. lib/Target/AArch64/CMakeLists.txt:21 (tablegen)
  450. This warning is for project developers. Use -Wno-dev to suppress it.
  451.  
  452. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  453. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  454. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  455. details. Use the cmake_policy command to set the policy and suppress this
  456. warning.
  457. Call Stack (most recent call first):
  458. lib/Target/AMDGPU/CMakeLists.txt:3 (tablegen)
  459. This warning is for project developers. Use -Wno-dev to suppress it.
  460.  
  461. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  462. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  463. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  464. details. Use the cmake_policy command to set the policy and suppress this
  465. warning.
  466. Call Stack (most recent call first):
  467. lib/Target/AMDGPU/CMakeLists.txt:4 (tablegen)
  468. This warning is for project developers. Use -Wno-dev to suppress it.
  469.  
  470. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  471. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  472. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  473. details. Use the cmake_policy command to set the policy and suppress this
  474. warning.
  475. Call Stack (most recent call first):
  476. lib/Target/AMDGPU/CMakeLists.txt:5 (tablegen)
  477. This warning is for project developers. Use -Wno-dev to suppress it.
  478.  
  479. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  480. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  481. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  482. details. Use the cmake_policy command to set the policy and suppress this
  483. warning.
  484. Call Stack (most recent call first):
  485. lib/Target/AMDGPU/CMakeLists.txt:6 (tablegen)
  486. This warning is for project developers. Use -Wno-dev to suppress it.
  487.  
  488. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  489. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  490. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  491. details. Use the cmake_policy command to set the policy and suppress this
  492. warning.
  493. Call Stack (most recent call first):
  494. lib/Target/AMDGPU/CMakeLists.txt:7 (tablegen)
  495. This warning is for project developers. Use -Wno-dev to suppress it.
  496.  
  497. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  498. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  499. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  500. details. Use the cmake_policy command to set the policy and suppress this
  501. warning.
  502. Call Stack (most recent call first):
  503. lib/Target/AMDGPU/CMakeLists.txt:17 (tablegen)
  504. This warning is for project developers. Use -Wno-dev to suppress it.
  505.  
  506. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  507. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  508. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  509. details. Use the cmake_policy command to set the policy and suppress this
  510. warning.
  511. Call Stack (most recent call first):
  512. lib/Target/AMDGPU/CMakeLists.txt:8 (tablegen)
  513. This warning is for project developers. Use -Wno-dev to suppress it.
  514.  
  515. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  516. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  517. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  518. details. Use the cmake_policy command to set the policy and suppress this
  519. warning.
  520. Call Stack (most recent call first):
  521. lib/Target/AMDGPU/CMakeLists.txt:9 (tablegen)
  522. This warning is for project developers. Use -Wno-dev to suppress it.
  523.  
  524. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  525. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  526. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  527. details. Use the cmake_policy command to set the policy and suppress this
  528. warning.
  529. Call Stack (most recent call first):
  530. lib/Target/AMDGPU/CMakeLists.txt:10 (tablegen)
  531. This warning is for project developers. Use -Wno-dev to suppress it.
  532.  
  533. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  534. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  535. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  536. details. Use the cmake_policy command to set the policy and suppress this
  537. warning.
  538. Call Stack (most recent call first):
  539. lib/Target/AMDGPU/CMakeLists.txt:20 (tablegen)
  540. This warning is for project developers. Use -Wno-dev to suppress it.
  541.  
  542. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  543. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  544. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  545. details. Use the cmake_policy command to set the policy and suppress this
  546. warning.
  547. Call Stack (most recent call first):
  548. lib/Target/AMDGPU/CMakeLists.txt:18 (tablegen)
  549. This warning is for project developers. Use -Wno-dev to suppress it.
  550.  
  551. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  552. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  553. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  554. details. Use the cmake_policy command to set the policy and suppress this
  555. warning.
  556. Call Stack (most recent call first):
  557. lib/Target/AMDGPU/CMakeLists.txt:22 (tablegen)
  558. This warning is for project developers. Use -Wno-dev to suppress it.
  559.  
  560. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  561. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  562. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  563. details. Use the cmake_policy command to set the policy and suppress this
  564. warning.
  565. Call Stack (most recent call first):
  566. lib/Target/AMDGPU/CMakeLists.txt:11 (tablegen)
  567. This warning is for project developers. Use -Wno-dev to suppress it.
  568.  
  569. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  570. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  571. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  572. details. Use the cmake_policy command to set the policy and suppress this
  573. warning.
  574. Call Stack (most recent call first):
  575. lib/Target/AMDGPU/CMakeLists.txt:12 (tablegen)
  576. This warning is for project developers. Use -Wno-dev to suppress it.
  577.  
  578. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  579. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  580. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  581. details. Use the cmake_policy command to set the policy and suppress this
  582. warning.
  583. Call Stack (most recent call first):
  584. lib/Target/AMDGPU/CMakeLists.txt:13 (tablegen)
  585. This warning is for project developers. Use -Wno-dev to suppress it.
  586.  
  587. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  588. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  589. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  590. details. Use the cmake_policy command to set the policy and suppress this
  591. warning.
  592. Call Stack (most recent call first):
  593. lib/Target/AMDGPU/CMakeLists.txt:14 (tablegen)
  594. This warning is for project developers. Use -Wno-dev to suppress it.
  595.  
  596. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  597. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  598. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  599. details. Use the cmake_policy command to set the policy and suppress this
  600. warning.
  601. Call Stack (most recent call first):
  602. lib/Target/AMDGPU/CMakeLists.txt:26 (tablegen)
  603. This warning is for project developers. Use -Wno-dev to suppress it.
  604.  
  605. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  606. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  607. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  608. details. Use the cmake_policy command to set the policy and suppress this
  609. warning.
  610. Call Stack (most recent call first):
  611. lib/Target/AMDGPU/CMakeLists.txt:27 (tablegen)
  612. This warning is for project developers. Use -Wno-dev to suppress it.
  613.  
  614. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  615. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  616. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  617. details. Use the cmake_policy command to set the policy and suppress this
  618. warning.
  619. Call Stack (most recent call first):
  620. lib/Target/AMDGPU/CMakeLists.txt:28 (tablegen)
  621. This warning is for project developers. Use -Wno-dev to suppress it.
  622.  
  623. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  624. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  625. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  626. details. Use the cmake_policy command to set the policy and suppress this
  627. warning.
  628. Call Stack (most recent call first):
  629. lib/Target/AMDGPU/CMakeLists.txt:29 (tablegen)
  630. This warning is for project developers. Use -Wno-dev to suppress it.
  631.  
  632. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  633. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  634. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  635. details. Use the cmake_policy command to set the policy and suppress this
  636. warning.
  637. Call Stack (most recent call first):
  638. lib/Target/AMDGPU/CMakeLists.txt:30 (tablegen)
  639. This warning is for project developers. Use -Wno-dev to suppress it.
  640.  
  641. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  642. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  643. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  644. details. Use the cmake_policy command to set the policy and suppress this
  645. warning.
  646. Call Stack (most recent call first):
  647. lib/Target/AMDGPU/CMakeLists.txt:31 (tablegen)
  648. This warning is for project developers. Use -Wno-dev to suppress it.
  649.  
  650. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  651. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  652. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  653. details. Use the cmake_policy command to set the policy and suppress this
  654. warning.
  655. Call Stack (most recent call first):
  656. lib/Target/AMDGPU/CMakeLists.txt:32 (tablegen)
  657. This warning is for project developers. Use -Wno-dev to suppress it.
  658.  
  659. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  660. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  661. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  662. details. Use the cmake_policy command to set the policy and suppress this
  663. warning.
  664. Call Stack (most recent call first):
  665. lib/Target/AMDGPU/CMakeLists.txt:33 (tablegen)
  666. This warning is for project developers. Use -Wno-dev to suppress it.
  667.  
  668. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  669. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  670. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  671. details. Use the cmake_policy command to set the policy and suppress this
  672. warning.
  673. Call Stack (most recent call first):
  674. lib/Target/ARM/CMakeLists.txt:3 (tablegen)
  675. This warning is for project developers. Use -Wno-dev to suppress it.
  676.  
  677. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  678. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  679. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  680. details. Use the cmake_policy command to set the policy and suppress this
  681. warning.
  682. Call Stack (most recent call first):
  683. lib/Target/ARM/CMakeLists.txt:4 (tablegen)
  684. This warning is for project developers. Use -Wno-dev to suppress it.
  685.  
  686. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  687. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  688. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  689. details. Use the cmake_policy command to set the policy and suppress this
  690. warning.
  691. Call Stack (most recent call first):
  692. lib/Target/ARM/CMakeLists.txt:5 (tablegen)
  693. This warning is for project developers. Use -Wno-dev to suppress it.
  694.  
  695. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  696. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  697. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  698. details. Use the cmake_policy command to set the policy and suppress this
  699. warning.
  700. Call Stack (most recent call first):
  701. lib/Target/ARM/CMakeLists.txt:6 (tablegen)
  702. This warning is for project developers. Use -Wno-dev to suppress it.
  703.  
  704. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  705. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  706. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  707. details. Use the cmake_policy command to set the policy and suppress this
  708. warning.
  709. Call Stack (most recent call first):
  710. lib/Target/ARM/CMakeLists.txt:7 (tablegen)
  711. This warning is for project developers. Use -Wno-dev to suppress it.
  712.  
  713. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  714. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  715. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  716. details. Use the cmake_policy command to set the policy and suppress this
  717. warning.
  718. Call Stack (most recent call first):
  719. lib/Target/ARM/CMakeLists.txt:8 (tablegen)
  720. This warning is for project developers. Use -Wno-dev to suppress it.
  721.  
  722. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  723. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  724. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  725. details. Use the cmake_policy command to set the policy and suppress this
  726. warning.
  727. Call Stack (most recent call first):
  728. lib/Target/ARM/CMakeLists.txt:9 (tablegen)
  729. This warning is for project developers. Use -Wno-dev to suppress it.
  730.  
  731. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  732. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  733. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  734. details. Use the cmake_policy command to set the policy and suppress this
  735. warning.
  736. Call Stack (most recent call first):
  737. lib/Target/ARM/CMakeLists.txt:10 (tablegen)
  738. This warning is for project developers. Use -Wno-dev to suppress it.
  739.  
  740. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  741. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  742. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  743. details. Use the cmake_policy command to set the policy and suppress this
  744. warning.
  745. Call Stack (most recent call first):
  746. lib/Target/ARM/CMakeLists.txt:11 (tablegen)
  747. This warning is for project developers. Use -Wno-dev to suppress it.
  748.  
  749. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  750. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  751. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  752. details. Use the cmake_policy command to set the policy and suppress this
  753. warning.
  754. Call Stack (most recent call first):
  755. lib/Target/ARM/CMakeLists.txt:12 (tablegen)
  756. This warning is for project developers. Use -Wno-dev to suppress it.
  757.  
  758. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  759. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  760. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  761. details. Use the cmake_policy command to set the policy and suppress this
  762. warning.
  763. Call Stack (most recent call first):
  764. lib/Target/ARM/CMakeLists.txt:13 (tablegen)
  765. This warning is for project developers. Use -Wno-dev to suppress it.
  766.  
  767. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  768. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  769. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  770. details. Use the cmake_policy command to set the policy and suppress this
  771. warning.
  772. Call Stack (most recent call first):
  773. lib/Target/ARM/CMakeLists.txt:14 (tablegen)
  774. This warning is for project developers. Use -Wno-dev to suppress it.
  775.  
  776. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  777. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  778. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  779. details. Use the cmake_policy command to set the policy and suppress this
  780. warning.
  781. Call Stack (most recent call first):
  782. lib/Target/ARM/CMakeLists.txt:15 (tablegen)
  783. This warning is for project developers. Use -Wno-dev to suppress it.
  784.  
  785. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  786. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  787. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  788. details. Use the cmake_policy command to set the policy and suppress this
  789. warning.
  790. Call Stack (most recent call first):
  791. lib/Target/ARM/CMakeLists.txt:16 (tablegen)
  792. This warning is for project developers. Use -Wno-dev to suppress it.
  793.  
  794. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  795. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  796. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  797. details. Use the cmake_policy command to set the policy and suppress this
  798. warning.
  799. Call Stack (most recent call first):
  800. lib/Target/AVR/CMakeLists.txt:3 (tablegen)
  801. This warning is for project developers. Use -Wno-dev to suppress it.
  802.  
  803. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  804. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  805. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  806. details. Use the cmake_policy command to set the policy and suppress this
  807. warning.
  808. Call Stack (most recent call first):
  809. lib/Target/AVR/CMakeLists.txt:4 (tablegen)
  810. This warning is for project developers. Use -Wno-dev to suppress it.
  811.  
  812. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  813. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  814. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  815. details. Use the cmake_policy command to set the policy and suppress this
  816. warning.
  817. Call Stack (most recent call first):
  818. lib/Target/AVR/CMakeLists.txt:5 (tablegen)
  819. This warning is for project developers. Use -Wno-dev to suppress it.
  820.  
  821. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  822. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  823. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  824. details. Use the cmake_policy command to set the policy and suppress this
  825. warning.
  826. Call Stack (most recent call first):
  827. lib/Target/AVR/CMakeLists.txt:6 (tablegen)
  828. This warning is for project developers. Use -Wno-dev to suppress it.
  829.  
  830. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  831. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  832. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  833. details. Use the cmake_policy command to set the policy and suppress this
  834. warning.
  835. Call Stack (most recent call first):
  836. lib/Target/AVR/CMakeLists.txt:7 (tablegen)
  837. This warning is for project developers. Use -Wno-dev to suppress it.
  838.  
  839. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  840. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  841. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  842. details. Use the cmake_policy command to set the policy and suppress this
  843. warning.
  844. Call Stack (most recent call first):
  845. lib/Target/AVR/CMakeLists.txt:8 (tablegen)
  846. This warning is for project developers. Use -Wno-dev to suppress it.
  847.  
  848. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  849. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  850. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  851. details. Use the cmake_policy command to set the policy and suppress this
  852. warning.
  853. Call Stack (most recent call first):
  854. lib/Target/AVR/CMakeLists.txt:9 (tablegen)
  855. This warning is for project developers. Use -Wno-dev to suppress it.
  856.  
  857. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  858. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  859. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  860. details. Use the cmake_policy command to set the policy and suppress this
  861. warning.
  862. Call Stack (most recent call first):
  863. lib/Target/AVR/CMakeLists.txt:10 (tablegen)
  864. This warning is for project developers. Use -Wno-dev to suppress it.
  865.  
  866. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  867. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  868. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  869. details. Use the cmake_policy command to set the policy and suppress this
  870. warning.
  871. Call Stack (most recent call first):
  872. lib/Target/AVR/CMakeLists.txt:11 (tablegen)
  873. This warning is for project developers. Use -Wno-dev to suppress it.
  874.  
  875. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  876. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  877. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  878. details. Use the cmake_policy command to set the policy and suppress this
  879. warning.
  880. Call Stack (most recent call first):
  881. lib/Target/BPF/CMakeLists.txt:3 (tablegen)
  882. This warning is for project developers. Use -Wno-dev to suppress it.
  883.  
  884. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  885. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  886. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  887. details. Use the cmake_policy command to set the policy and suppress this
  888. warning.
  889. Call Stack (most recent call first):
  890. lib/Target/BPF/CMakeLists.txt:4 (tablegen)
  891. This warning is for project developers. Use -Wno-dev to suppress it.
  892.  
  893. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  894. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  895. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  896. details. Use the cmake_policy command to set the policy and suppress this
  897. warning.
  898. Call Stack (most recent call first):
  899. lib/Target/BPF/CMakeLists.txt:5 (tablegen)
  900. This warning is for project developers. Use -Wno-dev to suppress it.
  901.  
  902. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  903. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  904. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  905. details. Use the cmake_policy command to set the policy and suppress this
  906. warning.
  907. Call Stack (most recent call first):
  908. lib/Target/BPF/CMakeLists.txt:6 (tablegen)
  909. This warning is for project developers. Use -Wno-dev to suppress it.
  910.  
  911. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  912. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  913. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  914. details. Use the cmake_policy command to set the policy and suppress this
  915. warning.
  916. Call Stack (most recent call first):
  917. lib/Target/BPF/CMakeLists.txt:7 (tablegen)
  918. This warning is for project developers. Use -Wno-dev to suppress it.
  919.  
  920. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  921. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  922. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  923. details. Use the cmake_policy command to set the policy and suppress this
  924. warning.
  925. Call Stack (most recent call first):
  926. lib/Target/BPF/CMakeLists.txt:8 (tablegen)
  927. This warning is for project developers. Use -Wno-dev to suppress it.
  928.  
  929. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  930. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  931. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  932. details. Use the cmake_policy command to set the policy and suppress this
  933. warning.
  934. Call Stack (most recent call first):
  935. lib/Target/BPF/CMakeLists.txt:9 (tablegen)
  936. This warning is for project developers. Use -Wno-dev to suppress it.
  937.  
  938. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  939. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  940. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  941. details. Use the cmake_policy command to set the policy and suppress this
  942. warning.
  943. Call Stack (most recent call first):
  944. lib/Target/BPF/CMakeLists.txt:10 (tablegen)
  945. This warning is for project developers. Use -Wno-dev to suppress it.
  946.  
  947. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  948. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  949. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  950. details. Use the cmake_policy command to set the policy and suppress this
  951. warning.
  952. Call Stack (most recent call first):
  953. lib/Target/BPF/CMakeLists.txt:11 (tablegen)
  954. This warning is for project developers. Use -Wno-dev to suppress it.
  955.  
  956. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  957. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  958. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  959. details. Use the cmake_policy command to set the policy and suppress this
  960. warning.
  961. Call Stack (most recent call first):
  962. lib/Target/Hexagon/CMakeLists.txt:3 (tablegen)
  963. This warning is for project developers. Use -Wno-dev to suppress it.
  964.  
  965. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  966. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  967. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  968. details. Use the cmake_policy command to set the policy and suppress this
  969. warning.
  970. Call Stack (most recent call first):
  971. lib/Target/Hexagon/CMakeLists.txt:4 (tablegen)
  972. This warning is for project developers. Use -Wno-dev to suppress it.
  973.  
  974. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  975. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  976. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  977. details. Use the cmake_policy command to set the policy and suppress this
  978. warning.
  979. Call Stack (most recent call first):
  980. lib/Target/Hexagon/CMakeLists.txt:5 (tablegen)
  981. This warning is for project developers. Use -Wno-dev to suppress it.
  982.  
  983. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  984. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  985. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  986. details. Use the cmake_policy command to set the policy and suppress this
  987. warning.
  988. Call Stack (most recent call first):
  989. lib/Target/Hexagon/CMakeLists.txt:6 (tablegen)
  990. This warning is for project developers. Use -Wno-dev to suppress it.
  991.  
  992. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  993. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  994. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  995. details. Use the cmake_policy command to set the policy and suppress this
  996. warning.
  997. Call Stack (most recent call first):
  998. lib/Target/Hexagon/CMakeLists.txt:7 (tablegen)
  999. This warning is for project developers. Use -Wno-dev to suppress it.
  1000.  
  1001. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1002. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1003. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1004. details. Use the cmake_policy command to set the policy and suppress this
  1005. warning.
  1006. Call Stack (most recent call first):
  1007. lib/Target/Hexagon/CMakeLists.txt:8 (tablegen)
  1008. This warning is for project developers. Use -Wno-dev to suppress it.
  1009.  
  1010. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1011. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1012. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1013. details. Use the cmake_policy command to set the policy and suppress this
  1014. warning.
  1015. Call Stack (most recent call first):
  1016. lib/Target/Hexagon/CMakeLists.txt:9 (tablegen)
  1017. This warning is for project developers. Use -Wno-dev to suppress it.
  1018.  
  1019. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1020. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1021. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1022. details. Use the cmake_policy command to set the policy and suppress this
  1023. warning.
  1024. Call Stack (most recent call first):
  1025. lib/Target/Hexagon/CMakeLists.txt:10 (tablegen)
  1026. This warning is for project developers. Use -Wno-dev to suppress it.
  1027.  
  1028. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1029. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1030. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1031. details. Use the cmake_policy command to set the policy and suppress this
  1032. warning.
  1033. Call Stack (most recent call first):
  1034. lib/Target/Hexagon/CMakeLists.txt:11 (tablegen)
  1035. This warning is for project developers. Use -Wno-dev to suppress it.
  1036.  
  1037. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1038. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1039. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1040. details. Use the cmake_policy command to set the policy and suppress this
  1041. warning.
  1042. Call Stack (most recent call first):
  1043. lib/Target/Hexagon/CMakeLists.txt:12 (tablegen)
  1044. This warning is for project developers. Use -Wno-dev to suppress it.
  1045.  
  1046. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1047. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1048. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1049. details. Use the cmake_policy command to set the policy and suppress this
  1050. warning.
  1051. Call Stack (most recent call first):
  1052. lib/Target/Lanai/CMakeLists.txt:3 (tablegen)
  1053. This warning is for project developers. Use -Wno-dev to suppress it.
  1054.  
  1055. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1056. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1057. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1058. details. Use the cmake_policy command to set the policy and suppress this
  1059. warning.
  1060. Call Stack (most recent call first):
  1061. lib/Target/Lanai/CMakeLists.txt:4 (tablegen)
  1062. This warning is for project developers. Use -Wno-dev to suppress it.
  1063.  
  1064. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1065. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1066. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1067. details. Use the cmake_policy command to set the policy and suppress this
  1068. warning.
  1069. Call Stack (most recent call first):
  1070. lib/Target/Lanai/CMakeLists.txt:5 (tablegen)
  1071. This warning is for project developers. Use -Wno-dev to suppress it.
  1072.  
  1073. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1074. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1075. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1076. details. Use the cmake_policy command to set the policy and suppress this
  1077. warning.
  1078. Call Stack (most recent call first):
  1079. lib/Target/Lanai/CMakeLists.txt:6 (tablegen)
  1080. This warning is for project developers. Use -Wno-dev to suppress it.
  1081.  
  1082. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1083. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1084. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1085. details. Use the cmake_policy command to set the policy and suppress this
  1086. warning.
  1087. Call Stack (most recent call first):
  1088. lib/Target/Lanai/CMakeLists.txt:7 (tablegen)
  1089. This warning is for project developers. Use -Wno-dev to suppress it.
  1090.  
  1091. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1092. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1093. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1094. details. Use the cmake_policy command to set the policy and suppress this
  1095. warning.
  1096. Call Stack (most recent call first):
  1097. lib/Target/Lanai/CMakeLists.txt:8 (tablegen)
  1098. This warning is for project developers. Use -Wno-dev to suppress it.
  1099.  
  1100. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1101. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1102. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1103. details. Use the cmake_policy command to set the policy and suppress this
  1104. warning.
  1105. Call Stack (most recent call first):
  1106. lib/Target/Lanai/CMakeLists.txt:9 (tablegen)
  1107. This warning is for project developers. Use -Wno-dev to suppress it.
  1108.  
  1109. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1110. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1111. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1112. details. Use the cmake_policy command to set the policy and suppress this
  1113. warning.
  1114. Call Stack (most recent call first):
  1115. lib/Target/Lanai/CMakeLists.txt:10 (tablegen)
  1116. This warning is for project developers. Use -Wno-dev to suppress it.
  1117.  
  1118. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1119. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1120. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1121. details. Use the cmake_policy command to set the policy and suppress this
  1122. warning.
  1123. Call Stack (most recent call first):
  1124. lib/Target/Lanai/CMakeLists.txt:11 (tablegen)
  1125. This warning is for project developers. Use -Wno-dev to suppress it.
  1126.  
  1127. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1128. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1129. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1130. details. Use the cmake_policy command to set the policy and suppress this
  1131. warning.
  1132. Call Stack (most recent call first):
  1133. lib/Target/Mips/CMakeLists.txt:3 (tablegen)
  1134. This warning is for project developers. Use -Wno-dev to suppress it.
  1135.  
  1136. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1137. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1138. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1139. details. Use the cmake_policy command to set the policy and suppress this
  1140. warning.
  1141. Call Stack (most recent call first):
  1142. lib/Target/Mips/CMakeLists.txt:4 (tablegen)
  1143. This warning is for project developers. Use -Wno-dev to suppress it.
  1144.  
  1145. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1146. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1147. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1148. details. Use the cmake_policy command to set the policy and suppress this
  1149. warning.
  1150. Call Stack (most recent call first):
  1151. lib/Target/Mips/CMakeLists.txt:5 (tablegen)
  1152. This warning is for project developers. Use -Wno-dev to suppress it.
  1153.  
  1154. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1155. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1156. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1157. details. Use the cmake_policy command to set the policy and suppress this
  1158. warning.
  1159. Call Stack (most recent call first):
  1160. lib/Target/Mips/CMakeLists.txt:6 (tablegen)
  1161. This warning is for project developers. Use -Wno-dev to suppress it.
  1162.  
  1163. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1164. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1165. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1166. details. Use the cmake_policy command to set the policy and suppress this
  1167. warning.
  1168. Call Stack (most recent call first):
  1169. lib/Target/Mips/CMakeLists.txt:7 (tablegen)
  1170. This warning is for project developers. Use -Wno-dev to suppress it.
  1171.  
  1172. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1173. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1174. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1175. details. Use the cmake_policy command to set the policy and suppress this
  1176. warning.
  1177. Call Stack (most recent call first):
  1178. lib/Target/Mips/CMakeLists.txt:16 (tablegen)
  1179. This warning is for project developers. Use -Wno-dev to suppress it.
  1180.  
  1181. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1182. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1183. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1184. details. Use the cmake_policy command to set the policy and suppress this
  1185. warning.
  1186. Call Stack (most recent call first):
  1187. lib/Target/Mips/CMakeLists.txt:8 (tablegen)
  1188. This warning is for project developers. Use -Wno-dev to suppress it.
  1189.  
  1190. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1191. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1192. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1193. details. Use the cmake_policy command to set the policy and suppress this
  1194. warning.
  1195. Call Stack (most recent call first):
  1196. lib/Target/Mips/CMakeLists.txt:9 (tablegen)
  1197. This warning is for project developers. Use -Wno-dev to suppress it.
  1198.  
  1199. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1200. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1201. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1202. details. Use the cmake_policy command to set the policy and suppress this
  1203. warning.
  1204. Call Stack (most recent call first):
  1205. lib/Target/Mips/CMakeLists.txt:10 (tablegen)
  1206. This warning is for project developers. Use -Wno-dev to suppress it.
  1207.  
  1208. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1209. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1210. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1211. details. Use the cmake_policy command to set the policy and suppress this
  1212. warning.
  1213. Call Stack (most recent call first):
  1214. lib/Target/Mips/CMakeLists.txt:11 (tablegen)
  1215. This warning is for project developers. Use -Wno-dev to suppress it.
  1216.  
  1217. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1218. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1219. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1220. details. Use the cmake_policy command to set the policy and suppress this
  1221. warning.
  1222. Call Stack (most recent call first):
  1223. lib/Target/Mips/CMakeLists.txt:12 (tablegen)
  1224. This warning is for project developers. Use -Wno-dev to suppress it.
  1225.  
  1226. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1227. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1228. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1229. details. Use the cmake_policy command to set the policy and suppress this
  1230. warning.
  1231. Call Stack (most recent call first):
  1232. lib/Target/Mips/CMakeLists.txt:13 (tablegen)
  1233. This warning is for project developers. Use -Wno-dev to suppress it.
  1234.  
  1235. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1236. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1237. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1238. details. Use the cmake_policy command to set the policy and suppress this
  1239. warning.
  1240. Call Stack (most recent call first):
  1241. lib/Target/Mips/CMakeLists.txt:14 (tablegen)
  1242. This warning is for project developers. Use -Wno-dev to suppress it.
  1243.  
  1244. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1245. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1246. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1247. details. Use the cmake_policy command to set the policy and suppress this
  1248. warning.
  1249. Call Stack (most recent call first):
  1250. lib/Target/Mips/CMakeLists.txt:15 (tablegen)
  1251. This warning is for project developers. Use -Wno-dev to suppress it.
  1252.  
  1253. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1254. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1255. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1256. details. Use the cmake_policy command to set the policy and suppress this
  1257. warning.
  1258. Call Stack (most recent call first):
  1259. lib/Target/MSP430/CMakeLists.txt:3 (tablegen)
  1260. This warning is for project developers. Use -Wno-dev to suppress it.
  1261.  
  1262. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1263. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1264. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1265. details. Use the cmake_policy command to set the policy and suppress this
  1266. warning.
  1267. Call Stack (most recent call first):
  1268. lib/Target/MSP430/CMakeLists.txt:4 (tablegen)
  1269. This warning is for project developers. Use -Wno-dev to suppress it.
  1270.  
  1271. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1272. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1273. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1274. details. Use the cmake_policy command to set the policy and suppress this
  1275. warning.
  1276. Call Stack (most recent call first):
  1277. lib/Target/MSP430/CMakeLists.txt:5 (tablegen)
  1278. This warning is for project developers. Use -Wno-dev to suppress it.
  1279.  
  1280. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1281. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1282. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1283. details. Use the cmake_policy command to set the policy and suppress this
  1284. warning.
  1285. Call Stack (most recent call first):
  1286. lib/Target/MSP430/CMakeLists.txt:6 (tablegen)
  1287. This warning is for project developers. Use -Wno-dev to suppress it.
  1288.  
  1289. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1290. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1291. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1292. details. Use the cmake_policy command to set the policy and suppress this
  1293. warning.
  1294. Call Stack (most recent call first):
  1295. lib/Target/MSP430/CMakeLists.txt:7 (tablegen)
  1296. This warning is for project developers. Use -Wno-dev to suppress it.
  1297.  
  1298. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1299. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1300. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1301. details. Use the cmake_policy command to set the policy and suppress this
  1302. warning.
  1303. Call Stack (most recent call first):
  1304. lib/Target/MSP430/CMakeLists.txt:8 (tablegen)
  1305. This warning is for project developers. Use -Wno-dev to suppress it.
  1306.  
  1307. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1308. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1309. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1310. details. Use the cmake_policy command to set the policy and suppress this
  1311. warning.
  1312. Call Stack (most recent call first):
  1313. lib/Target/MSP430/CMakeLists.txt:9 (tablegen)
  1314. This warning is for project developers. Use -Wno-dev to suppress it.
  1315.  
  1316. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1317. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1318. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1319. details. Use the cmake_policy command to set the policy and suppress this
  1320. warning.
  1321. Call Stack (most recent call first):
  1322. lib/Target/MSP430/CMakeLists.txt:10 (tablegen)
  1323. This warning is for project developers. Use -Wno-dev to suppress it.
  1324.  
  1325. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1326. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1327. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1328. details. Use the cmake_policy command to set the policy and suppress this
  1329. warning.
  1330. Call Stack (most recent call first):
  1331. lib/Target/MSP430/CMakeLists.txt:11 (tablegen)
  1332. This warning is for project developers. Use -Wno-dev to suppress it.
  1333.  
  1334. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1335. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1336. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1337. details. Use the cmake_policy command to set the policy and suppress this
  1338. warning.
  1339. Call Stack (most recent call first):
  1340. lib/Target/NVPTX/CMakeLists.txt:3 (tablegen)
  1341. This warning is for project developers. Use -Wno-dev to suppress it.
  1342.  
  1343. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1344. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1345. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1346. details. Use the cmake_policy command to set the policy and suppress this
  1347. warning.
  1348. Call Stack (most recent call first):
  1349. lib/Target/NVPTX/CMakeLists.txt:4 (tablegen)
  1350. This warning is for project developers. Use -Wno-dev to suppress it.
  1351.  
  1352. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1353. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1354. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1355. details. Use the cmake_policy command to set the policy and suppress this
  1356. warning.
  1357. Call Stack (most recent call first):
  1358. lib/Target/NVPTX/CMakeLists.txt:5 (tablegen)
  1359. This warning is for project developers. Use -Wno-dev to suppress it.
  1360.  
  1361. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1362. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1363. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1364. details. Use the cmake_policy command to set the policy and suppress this
  1365. warning.
  1366. Call Stack (most recent call first):
  1367. lib/Target/NVPTX/CMakeLists.txt:6 (tablegen)
  1368. This warning is for project developers. Use -Wno-dev to suppress it.
  1369.  
  1370. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1371. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1372. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1373. details. Use the cmake_policy command to set the policy and suppress this
  1374. warning.
  1375. Call Stack (most recent call first):
  1376. lib/Target/NVPTX/CMakeLists.txt:7 (tablegen)
  1377. This warning is for project developers. Use -Wno-dev to suppress it.
  1378.  
  1379. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1380. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1381. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1382. details. Use the cmake_policy command to set the policy and suppress this
  1383. warning.
  1384. Call Stack (most recent call first):
  1385. lib/Target/PowerPC/CMakeLists.txt:3 (tablegen)
  1386. This warning is for project developers. Use -Wno-dev to suppress it.
  1387.  
  1388. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1389. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1390. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1391. details. Use the cmake_policy command to set the policy and suppress this
  1392. warning.
  1393. Call Stack (most recent call first):
  1394. lib/Target/PowerPC/CMakeLists.txt:4 (tablegen)
  1395. This warning is for project developers. Use -Wno-dev to suppress it.
  1396.  
  1397. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1398. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1399. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1400. details. Use the cmake_policy command to set the policy and suppress this
  1401. warning.
  1402. Call Stack (most recent call first):
  1403. lib/Target/PowerPC/CMakeLists.txt:5 (tablegen)
  1404. This warning is for project developers. Use -Wno-dev to suppress it.
  1405.  
  1406. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1407. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1408. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1409. details. Use the cmake_policy command to set the policy and suppress this
  1410. warning.
  1411. Call Stack (most recent call first):
  1412. lib/Target/PowerPC/CMakeLists.txt:6 (tablegen)
  1413. This warning is for project developers. Use -Wno-dev to suppress it.
  1414.  
  1415. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1416. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1417. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1418. details. Use the cmake_policy command to set the policy and suppress this
  1419. warning.
  1420. Call Stack (most recent call first):
  1421. lib/Target/PowerPC/CMakeLists.txt:7 (tablegen)
  1422. This warning is for project developers. Use -Wno-dev to suppress it.
  1423.  
  1424. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1425. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1426. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1427. details. Use the cmake_policy command to set the policy and suppress this
  1428. warning.
  1429. Call Stack (most recent call first):
  1430. lib/Target/PowerPC/CMakeLists.txt:13 (tablegen)
  1431. This warning is for project developers. Use -Wno-dev to suppress it.
  1432.  
  1433. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1434. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1435. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1436. details. Use the cmake_policy command to set the policy and suppress this
  1437. warning.
  1438. Call Stack (most recent call first):
  1439. lib/Target/PowerPC/CMakeLists.txt:8 (tablegen)
  1440. This warning is for project developers. Use -Wno-dev to suppress it.
  1441.  
  1442. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1443. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1444. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1445. details. Use the cmake_policy command to set the policy and suppress this
  1446. warning.
  1447. Call Stack (most recent call first):
  1448. lib/Target/PowerPC/CMakeLists.txt:9 (tablegen)
  1449. This warning is for project developers. Use -Wno-dev to suppress it.
  1450.  
  1451. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1452. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1453. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1454. details. Use the cmake_policy command to set the policy and suppress this
  1455. warning.
  1456. Call Stack (most recent call first):
  1457. lib/Target/PowerPC/CMakeLists.txt:10 (tablegen)
  1458. This warning is for project developers. Use -Wno-dev to suppress it.
  1459.  
  1460. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1461. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1462. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1463. details. Use the cmake_policy command to set the policy and suppress this
  1464. warning.
  1465. Call Stack (most recent call first):
  1466. lib/Target/PowerPC/CMakeLists.txt:11 (tablegen)
  1467. This warning is for project developers. Use -Wno-dev to suppress it.
  1468.  
  1469. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1470. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1471. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1472. details. Use the cmake_policy command to set the policy and suppress this
  1473. warning.
  1474. Call Stack (most recent call first):
  1475. lib/Target/PowerPC/CMakeLists.txt:12 (tablegen)
  1476. This warning is for project developers. Use -Wno-dev to suppress it.
  1477.  
  1478. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1479. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1480. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1481. details. Use the cmake_policy command to set the policy and suppress this
  1482. warning.
  1483. Call Stack (most recent call first):
  1484. lib/Target/RISCV/CMakeLists.txt:3 (tablegen)
  1485. This warning is for project developers. Use -Wno-dev to suppress it.
  1486.  
  1487. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1488. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1489. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1490. details. Use the cmake_policy command to set the policy and suppress this
  1491. warning.
  1492. Call Stack (most recent call first):
  1493. lib/Target/RISCV/CMakeLists.txt:4 (tablegen)
  1494. This warning is for project developers. Use -Wno-dev to suppress it.
  1495.  
  1496. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1497. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1498. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1499. details. Use the cmake_policy command to set the policy and suppress this
  1500. warning.
  1501. Call Stack (most recent call first):
  1502. lib/Target/RISCV/CMakeLists.txt:5 (tablegen)
  1503. This warning is for project developers. Use -Wno-dev to suppress it.
  1504.  
  1505. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1506. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1507. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1508. details. Use the cmake_policy command to set the policy and suppress this
  1509. warning.
  1510. Call Stack (most recent call first):
  1511. lib/Target/RISCV/CMakeLists.txt:6 (tablegen)
  1512. This warning is for project developers. Use -Wno-dev to suppress it.
  1513.  
  1514. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1515. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1516. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1517. details. Use the cmake_policy command to set the policy and suppress this
  1518. warning.
  1519. Call Stack (most recent call first):
  1520. lib/Target/RISCV/CMakeLists.txt:7 (tablegen)
  1521. This warning is for project developers. Use -Wno-dev to suppress it.
  1522.  
  1523. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1524. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1525. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1526. details. Use the cmake_policy command to set the policy and suppress this
  1527. warning.
  1528. Call Stack (most recent call first):
  1529. lib/Target/RISCV/CMakeLists.txt:8 (tablegen)
  1530. This warning is for project developers. Use -Wno-dev to suppress it.
  1531.  
  1532. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1533. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1534. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1535. details. Use the cmake_policy command to set the policy and suppress this
  1536. warning.
  1537. Call Stack (most recent call first):
  1538. lib/Target/RISCV/CMakeLists.txt:9 (tablegen)
  1539. This warning is for project developers. Use -Wno-dev to suppress it.
  1540.  
  1541. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1542. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1543. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1544. details. Use the cmake_policy command to set the policy and suppress this
  1545. warning.
  1546. Call Stack (most recent call first):
  1547. lib/Target/RISCV/CMakeLists.txt:10 (tablegen)
  1548. This warning is for project developers. Use -Wno-dev to suppress it.
  1549.  
  1550. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1551. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1552. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1553. details. Use the cmake_policy command to set the policy and suppress this
  1554. warning.
  1555. Call Stack (most recent call first):
  1556. lib/Target/RISCV/CMakeLists.txt:11 (tablegen)
  1557. This warning is for project developers. Use -Wno-dev to suppress it.
  1558.  
  1559. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1560. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1561. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1562. details. Use the cmake_policy command to set the policy and suppress this
  1563. warning.
  1564. Call Stack (most recent call first):
  1565. lib/Target/RISCV/CMakeLists.txt:12 (tablegen)
  1566. This warning is for project developers. Use -Wno-dev to suppress it.
  1567.  
  1568. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1569. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1570. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1571. details. Use the cmake_policy command to set the policy and suppress this
  1572. warning.
  1573. Call Stack (most recent call first):
  1574. lib/Target/RISCV/CMakeLists.txt:13 (tablegen)
  1575. This warning is for project developers. Use -Wno-dev to suppress it.
  1576.  
  1577. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1578. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1579. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1580. details. Use the cmake_policy command to set the policy and suppress this
  1581. warning.
  1582. Call Stack (most recent call first):
  1583. lib/Target/RISCV/CMakeLists.txt:14 (tablegen)
  1584. This warning is for project developers. Use -Wno-dev to suppress it.
  1585.  
  1586. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1587. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1588. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1589. details. Use the cmake_policy command to set the policy and suppress this
  1590. warning.
  1591. Call Stack (most recent call first):
  1592. lib/Target/RISCV/CMakeLists.txt:15 (tablegen)
  1593. This warning is for project developers. Use -Wno-dev to suppress it.
  1594.  
  1595. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1596. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1597. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1598. details. Use the cmake_policy command to set the policy and suppress this
  1599. warning.
  1600. Call Stack (most recent call first):
  1601. lib/Target/Sparc/CMakeLists.txt:3 (tablegen)
  1602. This warning is for project developers. Use -Wno-dev to suppress it.
  1603.  
  1604. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1605. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1606. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1607. details. Use the cmake_policy command to set the policy and suppress this
  1608. warning.
  1609. Call Stack (most recent call first):
  1610. lib/Target/Sparc/CMakeLists.txt:4 (tablegen)
  1611. This warning is for project developers. Use -Wno-dev to suppress it.
  1612.  
  1613. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1614. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1615. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1616. details. Use the cmake_policy command to set the policy and suppress this
  1617. warning.
  1618. Call Stack (most recent call first):
  1619. lib/Target/Sparc/CMakeLists.txt:5 (tablegen)
  1620. This warning is for project developers. Use -Wno-dev to suppress it.
  1621.  
  1622. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1623. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1624. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1625. details. Use the cmake_policy command to set the policy and suppress this
  1626. warning.
  1627. Call Stack (most recent call first):
  1628. lib/Target/Sparc/CMakeLists.txt:6 (tablegen)
  1629. This warning is for project developers. Use -Wno-dev to suppress it.
  1630.  
  1631. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1632. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1633. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1634. details. Use the cmake_policy command to set the policy and suppress this
  1635. warning.
  1636. Call Stack (most recent call first):
  1637. lib/Target/Sparc/CMakeLists.txt:7 (tablegen)
  1638. This warning is for project developers. Use -Wno-dev to suppress it.
  1639.  
  1640. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1641. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1642. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1643. details. Use the cmake_policy command to set the policy and suppress this
  1644. warning.
  1645. Call Stack (most recent call first):
  1646. lib/Target/Sparc/CMakeLists.txt:8 (tablegen)
  1647. This warning is for project developers. Use -Wno-dev to suppress it.
  1648.  
  1649. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1650. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1651. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1652. details. Use the cmake_policy command to set the policy and suppress this
  1653. warning.
  1654. Call Stack (most recent call first):
  1655. lib/Target/Sparc/CMakeLists.txt:9 (tablegen)
  1656. This warning is for project developers. Use -Wno-dev to suppress it.
  1657.  
  1658. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1659. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1660. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1661. details. Use the cmake_policy command to set the policy and suppress this
  1662. warning.
  1663. Call Stack (most recent call first):
  1664. lib/Target/Sparc/CMakeLists.txt:10 (tablegen)
  1665. This warning is for project developers. Use -Wno-dev to suppress it.
  1666.  
  1667. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1668. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1669. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1670. details. Use the cmake_policy command to set the policy and suppress this
  1671. warning.
  1672. Call Stack (most recent call first):
  1673. lib/Target/Sparc/CMakeLists.txt:11 (tablegen)
  1674. This warning is for project developers. Use -Wno-dev to suppress it.
  1675.  
  1676. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1677. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1678. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1679. details. Use the cmake_policy command to set the policy and suppress this
  1680. warning.
  1681. Call Stack (most recent call first):
  1682. lib/Target/SystemZ/CMakeLists.txt:3 (tablegen)
  1683. This warning is for project developers. Use -Wno-dev to suppress it.
  1684.  
  1685. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1686. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1687. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1688. details. Use the cmake_policy command to set the policy and suppress this
  1689. warning.
  1690. Call Stack (most recent call first):
  1691. lib/Target/SystemZ/CMakeLists.txt:4 (tablegen)
  1692. This warning is for project developers. Use -Wno-dev to suppress it.
  1693.  
  1694. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1695. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1696. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1697. details. Use the cmake_policy command to set the policy and suppress this
  1698. warning.
  1699. Call Stack (most recent call first):
  1700. lib/Target/SystemZ/CMakeLists.txt:5 (tablegen)
  1701. This warning is for project developers. Use -Wno-dev to suppress it.
  1702.  
  1703. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1704. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1705. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1706. details. Use the cmake_policy command to set the policy and suppress this
  1707. warning.
  1708. Call Stack (most recent call first):
  1709. lib/Target/SystemZ/CMakeLists.txt:6 (tablegen)
  1710. This warning is for project developers. Use -Wno-dev to suppress it.
  1711.  
  1712. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1713. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1714. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1715. details. Use the cmake_policy command to set the policy and suppress this
  1716. warning.
  1717. Call Stack (most recent call first):
  1718. lib/Target/SystemZ/CMakeLists.txt:7 (tablegen)
  1719. This warning is for project developers. Use -Wno-dev to suppress it.
  1720.  
  1721. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1722. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1723. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1724. details. Use the cmake_policy command to set the policy and suppress this
  1725. warning.
  1726. Call Stack (most recent call first):
  1727. lib/Target/SystemZ/CMakeLists.txt:8 (tablegen)
  1728. This warning is for project developers. Use -Wno-dev to suppress it.
  1729.  
  1730. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1731. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1732. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1733. details. Use the cmake_policy command to set the policy and suppress this
  1734. warning.
  1735. Call Stack (most recent call first):
  1736. lib/Target/SystemZ/CMakeLists.txt:9 (tablegen)
  1737. This warning is for project developers. Use -Wno-dev to suppress it.
  1738.  
  1739. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1740. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1741. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1742. details. Use the cmake_policy command to set the policy and suppress this
  1743. warning.
  1744. Call Stack (most recent call first):
  1745. lib/Target/SystemZ/CMakeLists.txt:10 (tablegen)
  1746. This warning is for project developers. Use -Wno-dev to suppress it.
  1747.  
  1748. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1749. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1750. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1751. details. Use the cmake_policy command to set the policy and suppress this
  1752. warning.
  1753. Call Stack (most recent call first):
  1754. lib/Target/SystemZ/CMakeLists.txt:11 (tablegen)
  1755. This warning is for project developers. Use -Wno-dev to suppress it.
  1756.  
  1757. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1758. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1759. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1760. details. Use the cmake_policy command to set the policy and suppress this
  1761. warning.
  1762. Call Stack (most recent call first):
  1763. lib/Target/WebAssembly/CMakeLists.txt:3 (tablegen)
  1764. This warning is for project developers. Use -Wno-dev to suppress it.
  1765.  
  1766. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1767. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1768. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1769. details. Use the cmake_policy command to set the policy and suppress this
  1770. warning.
  1771. Call Stack (most recent call first):
  1772. lib/Target/WebAssembly/CMakeLists.txt:4 (tablegen)
  1773. This warning is for project developers. Use -Wno-dev to suppress it.
  1774.  
  1775. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1776. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1777. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1778. details. Use the cmake_policy command to set the policy and suppress this
  1779. warning.
  1780. Call Stack (most recent call first):
  1781. lib/Target/WebAssembly/CMakeLists.txt:5 (tablegen)
  1782. This warning is for project developers. Use -Wno-dev to suppress it.
  1783.  
  1784. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1785. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1786. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1787. details. Use the cmake_policy command to set the policy and suppress this
  1788. warning.
  1789. Call Stack (most recent call first):
  1790. lib/Target/WebAssembly/CMakeLists.txt:6 (tablegen)
  1791. This warning is for project developers. Use -Wno-dev to suppress it.
  1792.  
  1793. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1794. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1795. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1796. details. Use the cmake_policy command to set the policy and suppress this
  1797. warning.
  1798. Call Stack (most recent call first):
  1799. lib/Target/WebAssembly/CMakeLists.txt:7 (tablegen)
  1800. This warning is for project developers. Use -Wno-dev to suppress it.
  1801.  
  1802. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1803. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1804. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1805. details. Use the cmake_policy command to set the policy and suppress this
  1806. warning.
  1807. Call Stack (most recent call first):
  1808. lib/Target/WebAssembly/CMakeLists.txt:8 (tablegen)
  1809. This warning is for project developers. Use -Wno-dev to suppress it.
  1810.  
  1811. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1812. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1813. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1814. details. Use the cmake_policy command to set the policy and suppress this
  1815. warning.
  1816. Call Stack (most recent call first):
  1817. lib/Target/WebAssembly/CMakeLists.txt:9 (tablegen)
  1818. This warning is for project developers. Use -Wno-dev to suppress it.
  1819.  
  1820. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1821. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1822. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1823. details. Use the cmake_policy command to set the policy and suppress this
  1824. warning.
  1825. Call Stack (most recent call first):
  1826. lib/Target/WebAssembly/CMakeLists.txt:10 (tablegen)
  1827. This warning is for project developers. Use -Wno-dev to suppress it.
  1828.  
  1829. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1830. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1831. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1832. details. Use the cmake_policy command to set the policy and suppress this
  1833. warning.
  1834. Call Stack (most recent call first):
  1835. lib/Target/WebAssembly/CMakeLists.txt:11 (tablegen)
  1836. This warning is for project developers. Use -Wno-dev to suppress it.
  1837.  
  1838. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1839. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1840. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1841. details. Use the cmake_policy command to set the policy and suppress this
  1842. warning.
  1843. Call Stack (most recent call first):
  1844. lib/Target/X86/CMakeLists.txt:3 (tablegen)
  1845. This warning is for project developers. Use -Wno-dev to suppress it.
  1846.  
  1847. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1848. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1849. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1850. details. Use the cmake_policy command to set the policy and suppress this
  1851. warning.
  1852. Call Stack (most recent call first):
  1853. lib/Target/X86/CMakeLists.txt:4 (tablegen)
  1854. This warning is for project developers. Use -Wno-dev to suppress it.
  1855.  
  1856. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1857. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1858. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1859. details. Use the cmake_policy command to set the policy and suppress this
  1860. warning.
  1861. Call Stack (most recent call first):
  1862. lib/Target/X86/CMakeLists.txt:5 (tablegen)
  1863. This warning is for project developers. Use -Wno-dev to suppress it.
  1864.  
  1865. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1866. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1867. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1868. details. Use the cmake_policy command to set the policy and suppress this
  1869. warning.
  1870. Call Stack (most recent call first):
  1871. lib/Target/X86/CMakeLists.txt:6 (tablegen)
  1872. This warning is for project developers. Use -Wno-dev to suppress it.
  1873.  
  1874. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1875. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1876. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1877. details. Use the cmake_policy command to set the policy and suppress this
  1878. warning.
  1879. Call Stack (most recent call first):
  1880. lib/Target/X86/CMakeLists.txt:7 (tablegen)
  1881. This warning is for project developers. Use -Wno-dev to suppress it.
  1882.  
  1883. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1884. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1885. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1886. details. Use the cmake_policy command to set the policy and suppress this
  1887. warning.
  1888. Call Stack (most recent call first):
  1889. lib/Target/X86/CMakeLists.txt:8 (tablegen)
  1890. This warning is for project developers. Use -Wno-dev to suppress it.
  1891.  
  1892. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1893. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1894. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1895. details. Use the cmake_policy command to set the policy and suppress this
  1896. warning.
  1897. Call Stack (most recent call first):
  1898. lib/Target/X86/CMakeLists.txt:9 (tablegen)
  1899. This warning is for project developers. Use -Wno-dev to suppress it.
  1900.  
  1901. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1902. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1903. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1904. details. Use the cmake_policy command to set the policy and suppress this
  1905. warning.
  1906. Call Stack (most recent call first):
  1907. lib/Target/X86/CMakeLists.txt:10 (tablegen)
  1908. This warning is for project developers. Use -Wno-dev to suppress it.
  1909.  
  1910. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1911. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1912. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1913. details. Use the cmake_policy command to set the policy and suppress this
  1914. warning.
  1915. Call Stack (most recent call first):
  1916. lib/Target/X86/CMakeLists.txt:11 (tablegen)
  1917. This warning is for project developers. Use -Wno-dev to suppress it.
  1918.  
  1919. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1920. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1921. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1922. details. Use the cmake_policy command to set the policy and suppress this
  1923. warning.
  1924. Call Stack (most recent call first):
  1925. lib/Target/X86/CMakeLists.txt:12 (tablegen)
  1926. This warning is for project developers. Use -Wno-dev to suppress it.
  1927.  
  1928. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1929. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1930. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1931. details. Use the cmake_policy command to set the policy and suppress this
  1932. warning.
  1933. Call Stack (most recent call first):
  1934. lib/Target/X86/CMakeLists.txt:13 (tablegen)
  1935. This warning is for project developers. Use -Wno-dev to suppress it.
  1936.  
  1937. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1938. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1939. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1940. details. Use the cmake_policy command to set the policy and suppress this
  1941. warning.
  1942. Call Stack (most recent call first):
  1943. lib/Target/X86/CMakeLists.txt:14 (tablegen)
  1944. This warning is for project developers. Use -Wno-dev to suppress it.
  1945.  
  1946. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1947. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1948. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1949. details. Use the cmake_policy command to set the policy and suppress this
  1950. warning.
  1951. Call Stack (most recent call first):
  1952. lib/Target/X86/CMakeLists.txt:15 (tablegen)
  1953. This warning is for project developers. Use -Wno-dev to suppress it.
  1954.  
  1955. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1956. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1957. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1958. details. Use the cmake_policy command to set the policy and suppress this
  1959. warning.
  1960. Call Stack (most recent call first):
  1961. lib/Target/X86/CMakeLists.txt:16 (tablegen)
  1962. This warning is for project developers. Use -Wno-dev to suppress it.
  1963.  
  1964. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1965. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1966. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1967. details. Use the cmake_policy command to set the policy and suppress this
  1968. warning.
  1969. Call Stack (most recent call first):
  1970. lib/Target/XCore/CMakeLists.txt:3 (tablegen)
  1971. This warning is for project developers. Use -Wno-dev to suppress it.
  1972.  
  1973. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1974. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1975. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1976. details. Use the cmake_policy command to set the policy and suppress this
  1977. warning.
  1978. Call Stack (most recent call first):
  1979. lib/Target/XCore/CMakeLists.txt:4 (tablegen)
  1980. This warning is for project developers. Use -Wno-dev to suppress it.
  1981.  
  1982. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1983. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1984. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1985. details. Use the cmake_policy command to set the policy and suppress this
  1986. warning.
  1987. Call Stack (most recent call first):
  1988. lib/Target/XCore/CMakeLists.txt:5 (tablegen)
  1989. This warning is for project developers. Use -Wno-dev to suppress it.
  1990.  
  1991. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  1992. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  1993. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  1994. details. Use the cmake_policy command to set the policy and suppress this
  1995. warning.
  1996. Call Stack (most recent call first):
  1997. lib/Target/XCore/CMakeLists.txt:6 (tablegen)
  1998. This warning is for project developers. Use -Wno-dev to suppress it.
  1999.  
  2000. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2001. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2002. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2003. details. Use the cmake_policy command to set the policy and suppress this
  2004. warning.
  2005. Call Stack (most recent call first):
  2006. lib/Target/XCore/CMakeLists.txt:7 (tablegen)
  2007. This warning is for project developers. Use -Wno-dev to suppress it.
  2008.  
  2009. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2010. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2011. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2012. details. Use the cmake_policy command to set the policy and suppress this
  2013. warning.
  2014. Call Stack (most recent call first):
  2015. lib/Target/XCore/CMakeLists.txt:8 (tablegen)
  2016. This warning is for project developers. Use -Wno-dev to suppress it.
  2017.  
  2018. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2019. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2020. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2021. details. Use the cmake_policy command to set the policy and suppress this
  2022. warning.
  2023. Call Stack (most recent call first):
  2024. lib/Target/XCore/CMakeLists.txt:9 (tablegen)
  2025. This warning is for project developers. Use -Wno-dev to suppress it.
  2026.  
  2027. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2028. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2029. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2030. details. Use the cmake_policy command to set the policy and suppress this
  2031. warning.
  2032. Call Stack (most recent call first):
  2033. lib/ToolDrivers/llvm-dlltool/CMakeLists.txt:2 (tablegen)
  2034. This warning is for project developers. Use -Wno-dev to suppress it.
  2035.  
  2036. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2037. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2038. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2039. details. Use the cmake_policy command to set the policy and suppress this
  2040. warning.
  2041. Call Stack (most recent call first):
  2042. lib/ToolDrivers/llvm-lib/CMakeLists.txt:10 (tablegen)
  2043. This warning is for project developers. Use -Wno-dev to suppress it.
  2044.  
  2045. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2046. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2047. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2048. details. Use the cmake_policy command to set the policy and suppress this
  2049. warning.
  2050. Call Stack (most recent call first):
  2051. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2052. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:5 (clang_tablegen)
  2053. This warning is for project developers. Use -Wno-dev to suppress it.
  2054.  
  2055. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2056. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2057. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2058. details. Use the cmake_policy command to set the policy and suppress this
  2059. warning.
  2060. Call Stack (most recent call first):
  2061. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2062. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:1 (clang_tablegen)
  2063. This warning is for project developers. Use -Wno-dev to suppress it.
  2064.  
  2065. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2066. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2067. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2068. details. Use the cmake_policy command to set the policy and suppress this
  2069. warning.
  2070. Call Stack (most recent call first):
  2071. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2072. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:61 (clang_tablegen)
  2073. This warning is for project developers. Use -Wno-dev to suppress it.
  2074.  
  2075. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2076. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2077. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2078. details. Use the cmake_policy command to set the policy and suppress this
  2079. warning.
  2080. Call Stack (most recent call first):
  2081. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2082. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:9 (clang_tablegen)
  2083. This warning is for project developers. Use -Wno-dev to suppress it.
  2084.  
  2085. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2086. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2087. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2088. details. Use the cmake_policy command to set the policy and suppress this
  2089. warning.
  2090. Call Stack (most recent call first):
  2091. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2092. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:29 (clang_tablegen)
  2093. This warning is for project developers. Use -Wno-dev to suppress it.
  2094.  
  2095. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2096. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2097. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2098. details. Use the cmake_policy command to set the policy and suppress this
  2099. warning.
  2100. Call Stack (most recent call first):
  2101. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2102. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:25 (clang_tablegen)
  2103. This warning is for project developers. Use -Wno-dev to suppress it.
  2104.  
  2105. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2106. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2107. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2108. details. Use the cmake_policy command to set the policy and suppress this
  2109. warning.
  2110. Call Stack (most recent call first):
  2111. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2112. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:13 (clang_tablegen)
  2113. This warning is for project developers. Use -Wno-dev to suppress it.
  2114.  
  2115. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2116. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2117. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2118. details. Use the cmake_policy command to set the policy and suppress this
  2119. warning.
  2120. Call Stack (most recent call first):
  2121. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2122. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:17 (clang_tablegen)
  2123. This warning is for project developers. Use -Wno-dev to suppress it.
  2124.  
  2125. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2126. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2127. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2128. details. Use the cmake_policy command to set the policy and suppress this
  2129. warning.
  2130. Call Stack (most recent call first):
  2131. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2132. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:21 (clang_tablegen)
  2133. This warning is for project developers. Use -Wno-dev to suppress it.
  2134.  
  2135. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2136. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2137. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2138. details. Use the cmake_policy command to set the policy and suppress this
  2139. warning.
  2140. Call Stack (most recent call first):
  2141. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2142. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:33 (clang_tablegen)
  2143. This warning is for project developers. Use -Wno-dev to suppress it.
  2144.  
  2145. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2146. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2147. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2148. details. Use the cmake_policy command to set the policy and suppress this
  2149. warning.
  2150. Call Stack (most recent call first):
  2151. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2152. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:37 (clang_tablegen)
  2153. This warning is for project developers. Use -Wno-dev to suppress it.
  2154.  
  2155. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2156. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2157. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2158. details. Use the cmake_policy command to set the policy and suppress this
  2159. warning.
  2160. Call Stack (most recent call first):
  2161. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2162. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:41 (clang_tablegen)
  2163. This warning is for project developers. Use -Wno-dev to suppress it.
  2164.  
  2165. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2166. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2167. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2168. details. Use the cmake_policy command to set the policy and suppress this
  2169. warning.
  2170. Call Stack (most recent call first):
  2171. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2172. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:45 (clang_tablegen)
  2173. This warning is for project developers. Use -Wno-dev to suppress it.
  2174.  
  2175. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2176. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2177. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2178. details. Use the cmake_policy command to set the policy and suppress this
  2179. warning.
  2180. Call Stack (most recent call first):
  2181. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2182. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:49 (clang_tablegen)
  2183. This warning is for project developers. Use -Wno-dev to suppress it.
  2184.  
  2185. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2186. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2187. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2188. details. Use the cmake_policy command to set the policy and suppress this
  2189. warning.
  2190. Call Stack (most recent call first):
  2191. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2192. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:53 (clang_tablegen)
  2193. This warning is for project developers. Use -Wno-dev to suppress it.
  2194.  
  2195. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2196. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2197. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2198. details. Use the cmake_policy command to set the policy and suppress this
  2199. warning.
  2200. Call Stack (most recent call first):
  2201. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2202. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:57 (clang_tablegen)
  2203. This warning is for project developers. Use -Wno-dev to suppress it.
  2204.  
  2205. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2206. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2207. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2208. details. Use the cmake_policy command to set the policy and suppress this
  2209. warning.
  2210. Call Stack (most recent call first):
  2211. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2212. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:65 (clang_tablegen)
  2213. This warning is for project developers. Use -Wno-dev to suppress it.
  2214.  
  2215. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2216. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2217. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2218. details. Use the cmake_policy command to set the policy and suppress this
  2219. warning.
  2220. Call Stack (most recent call first):
  2221. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2222. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:69 (clang_tablegen)
  2223. This warning is for project developers. Use -Wno-dev to suppress it.
  2224.  
  2225. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2226. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2227. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2228. details. Use the cmake_policy command to set the policy and suppress this
  2229. warning.
  2230. Call Stack (most recent call first):
  2231. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2232. C:/Users/payam/c/llvm-project/clang/include/clang/AST/CMakeLists.txt:73 (clang_tablegen)
  2233. This warning is for project developers. Use -Wno-dev to suppress it.
  2234.  
  2235. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2236. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2237. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2238. details. Use the cmake_policy command to set the policy and suppress this
  2239. warning.
  2240. Call Stack (most recent call first):
  2241. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2242. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:81 (clang_tablegen)
  2243. This warning is for project developers. Use -Wno-dev to suppress it.
  2244.  
  2245. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2246. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2247. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2248. details. Use the cmake_policy command to set the policy and suppress this
  2249. warning.
  2250. Call Stack (most recent call first):
  2251. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2252. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2253. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:9 (clang_diag_gen)
  2254. This warning is for project developers. Use -Wno-dev to suppress it.
  2255.  
  2256. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2257. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2258. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2259. details. Use the cmake_policy command to set the policy and suppress this
  2260. warning.
  2261. Call Stack (most recent call first):
  2262. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2263. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:60 (clang_tablegen)
  2264. This warning is for project developers. Use -Wno-dev to suppress it.
  2265.  
  2266. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2267. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2268. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2269. details. Use the cmake_policy command to set the policy and suppress this
  2270. warning.
  2271. Call Stack (most recent call first):
  2272. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2273. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2274. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:8 (clang_diag_gen)
  2275. This warning is for project developers. Use -Wno-dev to suppress it.
  2276.  
  2277. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2278. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2279. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2280. details. Use the cmake_policy command to set the policy and suppress this
  2281. warning.
  2282. Call Stack (most recent call first):
  2283. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2284. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2285. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:15 (clang_diag_gen)
  2286. This warning is for project developers. Use -Wno-dev to suppress it.
  2287.  
  2288. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2289. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2290. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2291. details. Use the cmake_policy command to set the policy and suppress this
  2292. warning.
  2293. Call Stack (most recent call first):
  2294. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2295. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2296. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:10 (clang_diag_gen)
  2297. This warning is for project developers. Use -Wno-dev to suppress it.
  2298.  
  2299. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2300. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2301. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2302. details. Use the cmake_policy command to set the policy and suppress this
  2303. warning.
  2304. Call Stack (most recent call first):
  2305. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2306. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2307. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:11 (clang_diag_gen)
  2308. This warning is for project developers. Use -Wno-dev to suppress it.
  2309.  
  2310. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2311. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2312. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2313. details. Use the cmake_policy command to set the policy and suppress this
  2314. warning.
  2315. Call Stack (most recent call first):
  2316. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2317. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:24 (clang_tablegen)
  2318. This warning is for project developers. Use -Wno-dev to suppress it.
  2319.  
  2320. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2321. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2322. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2323. details. Use the cmake_policy command to set the policy and suppress this
  2324. warning.
  2325. Call Stack (most recent call first):
  2326. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2327. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2328. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:12 (clang_diag_gen)
  2329. This warning is for project developers. Use -Wno-dev to suppress it.
  2330.  
  2331. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2332. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2333. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2334. details. Use the cmake_policy command to set the policy and suppress this
  2335. warning.
  2336. Call Stack (most recent call first):
  2337. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2338. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:38 (clang_tablegen)
  2339. This warning is for project developers. Use -Wno-dev to suppress it.
  2340.  
  2341. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2342. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2343. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2344. details. Use the cmake_policy command to set the policy and suppress this
  2345. warning.
  2346. Call Stack (most recent call first):
  2347. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2348. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2349. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:13 (clang_diag_gen)
  2350. This warning is for project developers. Use -Wno-dev to suppress it.
  2351.  
  2352. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2353. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2354. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2355. details. Use the cmake_policy command to set the policy and suppress this
  2356. warning.
  2357. Call Stack (most recent call first):
  2358. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2359. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2360. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:14 (clang_diag_gen)
  2361. This warning is for project developers. Use -Wno-dev to suppress it.
  2362.  
  2363. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2364. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2365. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2366. details. Use the cmake_policy command to set the policy and suppress this
  2367. warning.
  2368. Call Stack (most recent call first):
  2369. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2370. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2371. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:16 (clang_diag_gen)
  2372. This warning is for project developers. Use -Wno-dev to suppress it.
  2373.  
  2374. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2375. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2376. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2377. details. Use the cmake_policy command to set the policy and suppress this
  2378. warning.
  2379. Call Stack (most recent call first):
  2380. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2381. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2382. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:17 (clang_diag_gen)
  2383. This warning is for project developers. Use -Wno-dev to suppress it.
  2384.  
  2385. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2386. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2387. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2388. details. Use the cmake_policy command to set the policy and suppress this
  2389. warning.
  2390. Call Stack (most recent call first):
  2391. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2392. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2393. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:18 (clang_diag_gen)
  2394. This warning is for project developers. Use -Wno-dev to suppress it.
  2395.  
  2396. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2397. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2398. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2399. details. Use the cmake_policy command to set the policy and suppress this
  2400. warning.
  2401. Call Stack (most recent call first):
  2402. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2403. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:2 (clang_tablegen)
  2404. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:19 (clang_diag_gen)
  2405. This warning is for project developers. Use -Wno-dev to suppress it.
  2406.  
  2407. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2408. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2409. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2410. details. Use the cmake_policy command to set the policy and suppress this
  2411. warning.
  2412. Call Stack (most recent call first):
  2413. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2414. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:20 (clang_tablegen)
  2415. This warning is for project developers. Use -Wno-dev to suppress it.
  2416.  
  2417. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2418. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2419. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2420. details. Use the cmake_policy command to set the policy and suppress this
  2421. warning.
  2422. Call Stack (most recent call first):
  2423. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2424. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:51 (clang_tablegen)
  2425. This warning is for project developers. Use -Wno-dev to suppress it.
  2426.  
  2427. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2428. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2429. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2430. details. Use the cmake_policy command to set the policy and suppress this
  2431. warning.
  2432. Call Stack (most recent call first):
  2433. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2434. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:48 (clang_tablegen)
  2435. This warning is for project developers. Use -Wno-dev to suppress it.
  2436.  
  2437. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2438. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2439. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2440. details. Use the cmake_policy command to set the policy and suppress this
  2441. warning.
  2442. Call Stack (most recent call first):
  2443. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2444. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:28 (clang_tablegen)
  2445. This warning is for project developers. Use -Wno-dev to suppress it.
  2446.  
  2447. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2448. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2449. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2450. details. Use the cmake_policy command to set the policy and suppress this
  2451. warning.
  2452. Call Stack (most recent call first):
  2453. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2454. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:33 (clang_tablegen)
  2455. This warning is for project developers. Use -Wno-dev to suppress it.
  2456.  
  2457. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2458. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2459. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2460. details. Use the cmake_policy command to set the policy and suppress this
  2461. warning.
  2462. Call Stack (most recent call first):
  2463. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2464. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:45 (clang_tablegen)
  2465. This warning is for project developers. Use -Wno-dev to suppress it.
  2466.  
  2467. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2468. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2469. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2470. details. Use the cmake_policy command to set the policy and suppress this
  2471. warning.
  2472. Call Stack (most recent call first):
  2473. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2474. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:54 (clang_tablegen)
  2475. This warning is for project developers. Use -Wno-dev to suppress it.
  2476.  
  2477. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2478. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2479. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2480. details. Use the cmake_policy command to set the policy and suppress this
  2481. warning.
  2482. Call Stack (most recent call first):
  2483. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2484. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:57 (clang_tablegen)
  2485. This warning is for project developers. Use -Wno-dev to suppress it.
  2486.  
  2487. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2488. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2489. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2490. details. Use the cmake_policy command to set the policy and suppress this
  2491. warning.
  2492. Call Stack (most recent call first):
  2493. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2494. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:63 (clang_tablegen)
  2495. This warning is for project developers. Use -Wno-dev to suppress it.
  2496.  
  2497. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2498. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2499. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2500. details. Use the cmake_policy command to set the policy and suppress this
  2501. warning.
  2502. Call Stack (most recent call first):
  2503. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2504. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:66 (clang_tablegen)
  2505. This warning is for project developers. Use -Wno-dev to suppress it.
  2506.  
  2507. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2508. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2509. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2510. details. Use the cmake_policy command to set the policy and suppress this
  2511. warning.
  2512. Call Stack (most recent call first):
  2513. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2514. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:84 (clang_tablegen)
  2515. This warning is for project developers. Use -Wno-dev to suppress it.
  2516.  
  2517. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2518. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2519. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2520. details. Use the cmake_policy command to set the policy and suppress this
  2521. warning.
  2522. Call Stack (most recent call first):
  2523. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2524. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:69 (clang_tablegen)
  2525. This warning is for project developers. Use -Wno-dev to suppress it.
  2526.  
  2527. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2528. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2529. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2530. details. Use the cmake_policy command to set the policy and suppress this
  2531. warning.
  2532. Call Stack (most recent call first):
  2533. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2534. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:72 (clang_tablegen)
  2535. This warning is for project developers. Use -Wno-dev to suppress it.
  2536.  
  2537. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2538. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2539. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2540. details. Use the cmake_policy command to set the policy and suppress this
  2541. warning.
  2542. Call Stack (most recent call first):
  2543. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2544. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:75 (clang_tablegen)
  2545. This warning is for project developers. Use -Wno-dev to suppress it.
  2546.  
  2547. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2548. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2549. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2550. details. Use the cmake_policy command to set the policy and suppress this
  2551. warning.
  2552. Call Stack (most recent call first):
  2553. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2554. C:/Users/payam/c/llvm-project/clang/include/clang/Basic/CMakeLists.txt:78 (clang_tablegen)
  2555. This warning is for project developers. Use -Wno-dev to suppress it.
  2556.  
  2557. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2558. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2559. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2560. details. Use the cmake_policy command to set the policy and suppress this
  2561. warning.
  2562. Call Stack (most recent call first):
  2563. C:/Users/payam/c/llvm-project/clang/include/clang/Driver/CMakeLists.txt:2 (tablegen)
  2564. This warning is for project developers. Use -Wno-dev to suppress it.
  2565.  
  2566. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2567. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2568. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2569. details. Use the cmake_policy command to set the policy and suppress this
  2570. warning.
  2571. Call Stack (most recent call first):
  2572. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2573. C:/Users/payam/c/llvm-project/clang/include/clang/Parse/CMakeLists.txt:1 (clang_tablegen)
  2574. This warning is for project developers. Use -Wno-dev to suppress it.
  2575.  
  2576. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2577. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2578. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2579. details. Use the cmake_policy command to set the policy and suppress this
  2580. warning.
  2581. Call Stack (most recent call first):
  2582. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2583. C:/Users/payam/c/llvm-project/clang/include/clang/Parse/CMakeLists.txt:6 (clang_tablegen)
  2584. This warning is for project developers. Use -Wno-dev to suppress it.
  2585.  
  2586. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2587. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2588. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2589. details. Use the cmake_policy command to set the policy and suppress this
  2590. warning.
  2591. Call Stack (most recent call first):
  2592. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2593. C:/Users/payam/c/llvm-project/clang/include/clang/Sema/CMakeLists.txt:1 (clang_tablegen)
  2594. This warning is for project developers. Use -Wno-dev to suppress it.
  2595.  
  2596. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2597. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2598. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2599. details. Use the cmake_policy command to set the policy and suppress this
  2600. warning.
  2601. Call Stack (most recent call first):
  2602. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2603. C:/Users/payam/c/llvm-project/clang/include/clang/Sema/CMakeLists.txt:6 (clang_tablegen)
  2604. This warning is for project developers. Use -Wno-dev to suppress it.
  2605.  
  2606. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2607. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2608. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2609. details. Use the cmake_policy command to set the policy and suppress this
  2610. warning.
  2611. Call Stack (most recent call first):
  2612. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2613. C:/Users/payam/c/llvm-project/clang/include/clang/Sema/CMakeLists.txt:11 (clang_tablegen)
  2614. This warning is for project developers. Use -Wno-dev to suppress it.
  2615.  
  2616. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2617. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2618. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2619. details. Use the cmake_policy command to set the policy and suppress this
  2620. warning.
  2621. Call Stack (most recent call first):
  2622. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2623. C:/Users/payam/c/llvm-project/clang/include/clang/Sema/CMakeLists.txt:21 (clang_tablegen)
  2624. This warning is for project developers. Use -Wno-dev to suppress it.
  2625.  
  2626. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2627. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2628. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2629. details. Use the cmake_policy command to set the policy and suppress this
  2630. warning.
  2631. Call Stack (most recent call first):
  2632. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2633. C:/Users/payam/c/llvm-project/clang/include/clang/Sema/CMakeLists.txt:16 (clang_tablegen)
  2634. This warning is for project developers. Use -Wno-dev to suppress it.
  2635.  
  2636. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2637. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2638. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2639. details. Use the cmake_policy command to set the policy and suppress this
  2640. warning.
  2641. Call Stack (most recent call first):
  2642. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2643. C:/Users/payam/c/llvm-project/clang/include/clang/Serialization/CMakeLists.txt:1 (clang_tablegen)
  2644. This warning is for project developers. Use -Wno-dev to suppress it.
  2645.  
  2646. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2647. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2648. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2649. details. Use the cmake_policy command to set the policy and suppress this
  2650. warning.
  2651. Call Stack (most recent call first):
  2652. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2653. C:/Users/payam/c/llvm-project/clang/include/clang/Serialization/CMakeLists.txt:6 (clang_tablegen)
  2654. This warning is for project developers. Use -Wno-dev to suppress it.
  2655.  
  2656. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2657. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2658. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2659. details. Use the cmake_policy command to set the policy and suppress this
  2660. warning.
  2661. Call Stack (most recent call first):
  2662. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2663. C:/Users/payam/c/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/CMakeLists.txt:1 (clang_tablegen)
  2664. This warning is for project developers. Use -Wno-dev to suppress it.
  2665.  
  2666. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2667. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2668. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2669. details. Use the cmake_policy command to set the policy and suppress this
  2670. warning.
  2671. Call Stack (most recent call first):
  2672. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2673. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:176 (clang_tablegen)
  2674. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:200 (clang_generate_header)
  2675. This warning is for project developers. Use -Wno-dev to suppress it.
  2676.  
  2677. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2678. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2679. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2680. details. Use the cmake_policy command to set the policy and suppress this
  2681. warning.
  2682. Call Stack (most recent call first):
  2683. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2684. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:176 (clang_tablegen)
  2685. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:204 (clang_generate_header)
  2686. This warning is for project developers. Use -Wno-dev to suppress it.
  2687.  
  2688. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2689. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2690. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2691. details. Use the cmake_policy command to set the policy and suppress this
  2692. warning.
  2693. Call Stack (most recent call first):
  2694. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2695. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:176 (clang_tablegen)
  2696. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:196 (clang_generate_header)
  2697. This warning is for project developers. Use -Wno-dev to suppress it.
  2698.  
  2699. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2700. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2701. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2702. details. Use the cmake_policy command to set the policy and suppress this
  2703. warning.
  2704. Call Stack (most recent call first):
  2705. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2706. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:176 (clang_tablegen)
  2707. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:202 (clang_generate_header)
  2708. This warning is for project developers. Use -Wno-dev to suppress it.
  2709.  
  2710. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2711. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2712. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2713. details. Use the cmake_policy command to set the policy and suppress this
  2714. warning.
  2715. Call Stack (most recent call first):
  2716. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2717. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:176 (clang_tablegen)
  2718. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:194 (clang_generate_header)
  2719. This warning is for project developers. Use -Wno-dev to suppress it.
  2720.  
  2721. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2722. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2723. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2724. details. Use the cmake_policy command to set the policy and suppress this
  2725. warning.
  2726. Call Stack (most recent call first):
  2727. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2728. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:176 (clang_tablegen)
  2729. C:/Users/payam/c/llvm-project/clang/lib/Headers/CMakeLists.txt:198 (clang_generate_header)
  2730. This warning is for project developers. Use -Wno-dev to suppress it.
  2731.  
  2732. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2733. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2734. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2735. details. Use the cmake_policy command to set the policy and suppress this
  2736. warning.
  2737. Call Stack (most recent call first):
  2738. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2739. C:/Users/payam/c/llvm-project/clang/lib/AST/CMakeLists.txt:11 (clang_tablegen)
  2740. This warning is for project developers. Use -Wno-dev to suppress it.
  2741.  
  2742. CMake Warning (dev) at C:/Users/payam/c/llvm-project/llvm/cmake/modules/TableGen.cmake:100 (add_custom_command):
  2743. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2744. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2745. details. Use the cmake_policy command to set the policy and suppress this
  2746. warning.
  2747. Call Stack (most recent call first):
  2748. C:/Users/payam/c/llvm-project/clang/cmake/modules/AddClang.cmake:22 (tablegen)
  2749. C:/Users/payam/c/llvm-project/clang/lib/Sema/CMakeLists.txt:15 (clang_tablegen)
  2750. This warning is for project developers. Use -Wno-dev to suppress it.
  2751.  
  2752. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2753. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2754. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2755. details. Use the cmake_policy command to set the policy and suppress this
  2756. warning.
  2757. Call Stack (most recent call first):
  2758. tools/dsymutil/CMakeLists.txt:2 (tablegen)
  2759. This warning is for project developers. Use -Wno-dev to suppress it.
  2760.  
  2761. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2762. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2763. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2764. details. Use the cmake_policy command to set the policy and suppress this
  2765. warning.
  2766. Call Stack (most recent call first):
  2767. tools/llvm-cvtres/CMakeLists.txt:9 (tablegen)
  2768. This warning is for project developers. Use -Wno-dev to suppress it.
  2769.  
  2770. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2771. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2772. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2773. details. Use the cmake_policy command to set the policy and suppress this
  2774. warning.
  2775. Call Stack (most recent call first):
  2776. tools/llvm-lipo/CMakeLists.txt:10 (tablegen)
  2777. This warning is for project developers. Use -Wno-dev to suppress it.
  2778.  
  2779. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2780. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2781. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2782. details. Use the cmake_policy command to set the policy and suppress this
  2783. warning.
  2784. Call Stack (most recent call first):
  2785. tools/llvm-mt/CMakeLists.txt:9 (tablegen)
  2786. This warning is for project developers. Use -Wno-dev to suppress it.
  2787.  
  2788. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2789. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2790. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2791. details. Use the cmake_policy command to set the policy and suppress this
  2792. warning.
  2793. Call Stack (most recent call first):
  2794. tools/llvm-objcopy/CMakeLists.txt:9 (tablegen)
  2795. This warning is for project developers. Use -Wno-dev to suppress it.
  2796.  
  2797. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2798. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2799. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2800. details. Use the cmake_policy command to set the policy and suppress this
  2801. warning.
  2802. Call Stack (most recent call first):
  2803. tools/llvm-objcopy/CMakeLists.txt:13 (tablegen)
  2804. This warning is for project developers. Use -Wno-dev to suppress it.
  2805.  
  2806. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2807. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2808. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2809. details. Use the cmake_policy command to set the policy and suppress this
  2810. warning.
  2811. Call Stack (most recent call first):
  2812. tools/llvm-objcopy/CMakeLists.txt:17 (tablegen)
  2813. This warning is for project developers. Use -Wno-dev to suppress it.
  2814.  
  2815. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2816. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2817. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2818. details. Use the cmake_policy command to set the policy and suppress this
  2819. warning.
  2820. Call Stack (most recent call first):
  2821. tools/llvm-rc/CMakeLists.txt:8 (tablegen)
  2822. This warning is for project developers. Use -Wno-dev to suppress it.
  2823.  
  2824. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2825. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2826. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2827. details. Use the cmake_policy command to set the policy and suppress this
  2828. warning.
  2829. Call Stack (most recent call first):
  2830. unittests/Option/CMakeLists.txt:8 (tablegen)
  2831. This warning is for project developers. Use -Wno-dev to suppress it.
  2832.  
  2833. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2834. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2835. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2836. details. Use the cmake_policy command to set the policy and suppress this
  2837. warning.
  2838. Call Stack (most recent call first):
  2839. unittests/TableGen/CMakeLists.txt:9 (tablegen)
  2840. This warning is for project developers. Use -Wno-dev to suppress it.
  2841.  
  2842. CMake Warning (dev) at cmake/modules/TableGen.cmake:100 (add_custom_command):
  2843. Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
  2844. add_custom_command(). Run "cmake --help-policy CMP0116" for policy
  2845. details. Use the cmake_policy command to set the policy and suppress this
  2846. warning.
  2847. Call Stack (most recent call first):
  2848. unittests/TableGen/CMakeLists.txt:8 (tablegen)
  2849. This warning is for project developers. Use -Wno-dev to suppress it.
  2850.  
  2851. -- Generating done
  2852. -- Build files have been written to: C:/Users/payam/c/llvm-project/build
  2853.  
  2854. C:\Users\payam\c\llvm-project>cmake --build build -j 1 ninja check-all
  2855. [73/4289] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.obj
  2856. In file included from C:/Users/payam/c/llvm-project/llvm/lib/Support/Process.cpp:104:
  2857. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Process.inc: In function 'llvm::VersionTuple llvm::GetWindowsOSVersion()':
  2858. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Process.inc:488:75: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'RtlGetVersionPtr' {aka 'long int (*)(_OSVERSIONINFOW*)'} [-Wcast-function-type]
  2859. auto getVer = (RtlGetVersionPtr)::GetProcAddress(hMod, "RtlGetVersion");
  2860. ^
  2861. [74/4289] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.obj
  2862. In file included from C:/Users/payam/c/llvm-project/llvm/lib/Support/Signals.cpp:223:
  2863. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc: In function 'bool load64BitDebugHelp()':
  2864. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:166:65: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpMiniDumpWriteDump' {aka 'int (*)(void*, long unsigned int, void*, _MINIDUMP_TYPE, _MINIDUMP_EXCEPTION_INFORMATION*, _MINIDUMP_USER_STREAM_INFORMATION*, _MINIDUMP_CALLBACK_INFORMATION*)'} [-Wcast-function-type]
  2865. ::GetProcAddress(hLib, "MiniDumpWriteDump");
  2866. ^
  2867. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:168:59: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpStackWalk64' {aka 'int (*)(long unsigned int, void*, void*, _tagSTACKFRAME64*, void*, int (*)(void*, long long unsigned int, void*, long unsigned int, long unsigned int*), void* (*)(void*, long long unsigned int), long long unsigned int (*)(void*, long long unsigned int), long long unsigned int (*)(void*, void*, _tagADDRESS64*))'} [-Wcast-function-type]
  2868. ::GetProcAddress(hLib, "StackWalk64");
  2869. ^
  2870. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:170:66: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetModuleBase64' {aka 'long long unsigned int (*)(void*, long long unsigned int)'} [-Wcast-function-type]
  2871. ::GetProcAddress(hLib, "SymGetModuleBase64");
  2872. ^
  2873. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:172:67: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetSymFromAddr64' {aka 'int (*)(void*, long long unsigned int, long long unsigned int*, _IMAGEHLP_SYMBOL64*)'} [-Wcast-function-type]
  2874. ::GetProcAddress(hLib, "SymGetSymFromAddr64");
  2875. ^
  2876. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:174:68: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetLineFromAddr64' {aka 'int (*)(void*, long long unsigned int, long unsigned int*, _IMAGEHLP_LINE64*)'} [-Wcast-function-type]
  2877. ::GetProcAddress(hLib, "SymGetLineFromAddr64");
  2878. ^
  2879. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:176:66: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymGetModuleInfo64' {aka 'int (*)(void*, long long unsigned int, _IMAGEHLP_MODULE64*)'} [-Wcast-function-type]
  2880. ::GetProcAddress(hLib, "SymGetModuleInfo64");
  2881. ^
  2882. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:178:71: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymFunctionTableAccess64' {aka 'void* (*)(void*, long long unsigned int)'} [-Wcast-function-type]
  2883. ::GetProcAddress(hLib, "SymFunctionTableAccess64");
  2884. ^
  2885. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:179:77: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymSetOptions' {aka 'long unsigned int (*)(long unsigned int)'} [-Wcast-function-type]
  2886. fSymSetOptions = (fpSymSetOptions)::GetProcAddress(hLib, "SymSetOptions");
  2887. ^
  2888. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:180:77: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpSymInitialize' {aka 'int (*)(void*, const char*, int)'} [-Wcast-function-type]
  2889. fSymInitialize = (fpSymInitialize)::GetProcAddress(hLib, "SymInitialize");
  2890. ^
  2891. C:/Users/payam/c/llvm-project/llvm/lib/Support/Windows/Signals.inc:182:56: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'fpEnumerateLoadedModules' {aka 'int (*)(void*, int (*)(const char*, long long unsigned int, long unsigned int, void*), void*)'} [-Wcast-function-type]
  2892. ::GetProcAddress(hLib, "EnumerateLoadedModules64");
  2893. ^
  2894. [231/4289] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Core.cpp.obj
  2895. C:/Users/payam/c/llvm-project/llvm/lib/IR/Core.cpp: In function 'void LLVMContextSetDiagnosticHandler(LLVMContextRef, LLVMDiagnosticHandler, void*)':
  2896. C:/Users/payam/c/llvm-project/llvm/lib/IR/Core.cpp:89:18: warning: cast between incompatible function types from 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} to 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} [-Wcast-function-type]
  2897. Handler),
  2898. ^
  2899. C:/Users/payam/c/llvm-project/llvm/lib/IR/Core.cpp: In function 'void (* LLVMContextGetDiagnosticHandler(LLVMContextRef))(LLVMDiagnosticInfoRef, void*)':
  2900. C:/Users/payam/c/llvm-project/llvm/lib/IR/Core.cpp:95:48: warning: cast between incompatible function types from 'llvm::DiagnosticHandler::DiagnosticHandlerTy' {aka 'void (*)(const llvm::DiagnosticInfo&, void*)'} to 'LLVMDiagnosticHandler' {aka 'void (*)(LLVMOpaqueDiagnosticInfo*, void*)'} [-Wcast-function-type]
  2901. unwrap(C)->getDiagnosticHandlerCallBack());
  2902. ^
  2903. [564/4289] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ScheduleDAGInstrs.cpp.obj
  2904. C:/Users/payam/c/llvm-project/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp:1519:14: warning: declaration of 'llvm::raw_ostream& llvm::operator<<(llvm::raw_ostream&, const llvm::ILPValue&)' with attribute 'noinline' follows inline declaration [-Wattributes]
  2905. raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) {
  2906. ^~~~~~~~
  2907. In file included from C:/Users/payam/c/llvm-project/llvm/include/llvm/Support/FileSystem.h:34,
  2908. from C:/Users/payam/c/llvm-project/llvm/include/llvm/Support/VirtualFileSystem.h:24,
  2909. from C:/Users/payam/c/llvm-project/llvm/include/llvm/Support/CommandLine.h:34,
  2910. from C:/Users/payam/c/llvm-project/llvm/include/llvm/CodeGen/MachinePassRegistry.h:22,
  2911. from C:/Users/payam/c/llvm-project/llvm/include/llvm/CodeGen/SchedulerRegistry.h:17,
  2912. from C:/Users/payam/c/llvm-project/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h:22,
  2913. from C:/Users/payam/c/llvm-project/llvm/include/llvm/CodeGen/TargetSchedule.h:20,
  2914. from C:/Users/payam/c/llvm-project/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h:27,
  2915. from C:/Users/payam/c/llvm-project/llvm/lib/CodeGen/ScheduleDAGInstrs.cpp:14:
  2916. C:/Users/payam/c/llvm-project/llvm/include/llvm/Support/Error.h:316:23: note: previous definition of 'llvm::raw_ostream& llvm::operator<<(llvm::raw_ostream&, const llvm::Error&)' was here
  2917. friend raw_ostream &operator<<(raw_ostream &OS, const Error &E) {
  2918. ^~~~~~~~
  2919. [1026/4289] Building CXX object lib/MC/MCParser/CMakeFiles/LLVMMCParser.dir/MasmParser.cpp.obj
  2920. C:/Users/payam/c/llvm-project/llvm/lib/MC/MCParser/MasmParser.cpp:3833:6: warning: 'bool {anonymous}::MasmParser::emitStructValue(const {anonymous}::StructInfo&)' defined but not used [-Wunused-function]
  2921. bool MasmParser::emitStructValue(const StructInfo &Structure) {
  2922. ^~~~~~~~~~
  2923. [1314/4289] Building CXX object lib/ExecutionEngine/JITLink/CMakeFiles/LLVMJITLink.dir/EHFrameSupport.cpp.obj
  2924. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp: In function 'llvm::Error llvm::jitlink::registerFrameWrapper(const void*)':
  2925. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp:662:14: warning: unnecessary parentheses in declaration of 'RegisterFrame' [-Wparentheses]
  2926. static void((*RegisterFrame)(const void *)) = 0;
  2927. ^
  2928. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp: In function 'llvm::Error llvm::jitlink::deregisterFrameWrapper(const void*)':
  2929. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp:678:14: warning: unnecessary parentheses in declaration of 'DeregisterFrame' [-Wparentheses]
  2930. static void((*DeregisterFrame)(const void *)) = 0;
  2931. ^
  2932. [1353/4289] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RTDyldMemoryManager.cpp.obj
  2933. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp: In function 'void llvm::__register_frame(void*)':
  2934. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp:53:14: warning: unnecessary parentheses in declaration of 'rf' [-Wparentheses]
  2935. static void((*rf)(void *)) = 0;
  2936. ^
  2937. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp: In function 'void llvm::__deregister_frame(void*)':
  2938. C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp:66:14: warning: unnecessary parentheses in declaration of 'df' [-Wparentheses]
  2939. static void((*df)(void *)) = 0;
  2940. ^
  2941. [1354/4289] Building CXX object lib/ExecutionEngine/RuntimeDyld/CMakeFiles/LLVMRuntimeDyld.dir/RuntimeDyldChecker.cpp.obj
  2942. In file included from C:/Users/payam/c/llvm-project/llvm/include/llvm/ADT/DenseMapInfo.h:18,
  2943. from C:/Users/payam/c/llvm-project/llvm/include/llvm/ADT/DenseMap.h:16,
  2944. from C:/Users/payam/c/llvm-project/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h:12,
  2945. from C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp:9:
  2946. In member function 'size_t llvm::StringRef::find(char, size_t) const',
  2947. inlined from 'std::pair<llvm::RuntimeDyldCheckerExprEval::EvalResult, llvm::StringRef> llvm::RuntimeDyldCheckerExprEval::evalStubOrGOTAddr(llvm::StringRef, llvm::RuntimeDyldCheckerExprEval::ParseContext, bool) const' at C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp:337:40:
  2948. C:/Users/payam/c/llvm-project/llvm/include/llvm/ADT/StringRef.h:322:37: warning: 'void* memchr(const void*, int, size_t)' specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  2949. if (const void *P = ::memchr(Data + FindBegin, C, Length - FindBegin))
  2950. ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2951. In member function 'size_t llvm::StringRef::find(char, size_t) const',
  2952. inlined from 'std::pair<llvm::RuntimeDyldCheckerExprEval::EvalResult, llvm::StringRef> llvm::RuntimeDyldCheckerExprEval::evalSectionAddr(llvm::StringRef, llvm::RuntimeDyldCheckerExprEval::ParseContext) const' at C:/Users/payam/c/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp:374:40:
  2953. C:/Users/payam/c/llvm-project/llvm/include/llvm/ADT/StringRef.h:322:37: warning: 'void* memchr(const void*, int, size_t)' specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
  2954. if (const void *P = ::memchr(Data + FindBegin, C, Length - FindBegin))
  2955. ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2956. [1489/4289] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUInstructionSelector.cpp.obj
  2957. C:/Users/payam/c/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp: In member function 'bool llvm::AMDGPUInstructionSelector::isVCC(llvm::Register, const llvm::MachineRegisterInfo&) const':
  2958. C:/Users/payam/c/llvm-project/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:83: note: -Wmisleading-indentation is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
  2959. auto &RegClassOrBank = MRI.getRegClassOrRegBank(Reg);
  2960.  
  2961. [1505/4289] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPURegBankCombiner.cpp.obj
  2962. In file included from C:/Users/payam/c/llvm-project/llvm/lib/Target/AMDGPU/AMDGPURegBankCombiner.cpp:39:
  2963. lib/Target/AMDGPU/AMDGPUGenRegBankGICombiner.inc:92:6: warning: 'bool {anonymous}::AMDGPUGenRegBankCombinerHelperRuleConfig::isRuleDisabled(unsigned int) const' defined but not used [-Wunused-function]
  2964. bool AMDGPUGenRegBankCombinerHelperRuleConfig::isRuleDisabled(unsigned RuleID) const {
  2965. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2966. [2550/4289] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj
  2967. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:23,
  2968. from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  2969. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/Utility.h: In member function 'void {anonymous}::itanium_demangle::OutputStream::writeUnsigned(uint64_t, bool)':
  2970. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/Utility.h:55:24: warning: conversion from 'int' to 'char' may change value [-Wconversion]
  2971. *--TempPtr = '0' + char(N % 10);
  2972. ~~~~^~~~~~~~~~~~~~
  2973. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  2974. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In constructor '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::ScopedTemplateParamList::ScopedTemplateParamList({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*)':
  2975. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2317:9: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::ScopedTemplateParamList' [-Wshadow]
  2976. : Parser(Parser),
  2977. ^
  2978. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2311:29: note: shadowed declaration is here
  2979. AbstractManglingParser *Parser;
  2980. ^~~~~~
  2981. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  2982. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In constructor '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding()::SaveTemplateParams::SaveTemplateParams({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*)':
  2983. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5106:56: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding()::SaveTemplateParams' [-Wshadow]
  2984. SaveTemplateParams(AbstractManglingParser *Parser) : Parser(Parser) {
  2985. ^
  2986. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5102:29: note: shadowed declaration is here
  2987. AbstractManglingParser *Parser;
  2988. ^~~~~~
  2989. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding()::SaveTemplateParams::SaveTemplateParams({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*) [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]':
  2990. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5113:3: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  2991. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5534:11: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parse() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  2992. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:347:28: required from here
  2993. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5106:5: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]::SaveTemplateParams' [-Wshadow]
  2994. SaveTemplateParams(AbstractManglingParser *Parser) : Parser(Parser) {
  2995. ^~~~~~~~~~~~~~~~~~
  2996. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5102:29: note: shadowed declaration is here
  2997. AbstractManglingParser *Parser;
  2998. ^~~~~~
  2999. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp: In instantiation of 'typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type {anonymous}::DumpVisitor::print(T) [with T = long long unsigned int; typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type = void]':
  3000. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:185:5: required from 'void {anonymous}::DumpVisitor::printWithPendingNewline(T) [with T = long long unsigned int]'
  3001. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:207:7: required from 'void {anonymous}::DumpVisitor::CtorArgPrinter::operator()(T, Rest ...) [with T = long long unsigned int; Rest = {}]'
  3002. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:229:40: required from here
  3003. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3004. fprintf(stderr, "%llu", (unsigned long long)N);
  3005. ^~~~~~
  3006. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3007. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3008. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3009. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  3010. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::ScopedTemplateParamList::ScopedTemplateParamList({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*) [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]':
  3011. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2658:29: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseUnnamedTypeName({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::NameState*) [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3012. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:4270:15: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseExprPrimary() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3013. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5476:42: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseTemplateArg() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3014. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5140:13: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3015. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5534:11: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parse() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3016. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:347:28: required from here
  3017. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2316:5: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<{anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>, {anonymous}::DefaultAllocator>::ScopedTemplateParamList' [-Wshadow]
  3018. ScopedTemplateParamList(AbstractManglingParser *Parser)
  3019. ^~~~~~~~~~~~~~~~~~~~~~~
  3020. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2311:29: note: shadowed declaration is here
  3021. AbstractManglingParser *Parser;
  3022. ^~~~~~
  3023. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp: In instantiation of 'typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type {anonymous}::DumpVisitor::print(T) [with T = unsigned int; typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type = void]':
  3024. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:185:5: required from 'void {anonymous}::DumpVisitor::printWithPendingNewline(T) [with T = unsigned int]'
  3025. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:198:5: required from 'void {anonymous}::DumpVisitor::printWithComma(T) [with T = unsigned int]'
  3026. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:208:57: required from 'void {anonymous}::DumpVisitor::CtorArgPrinter::operator()(T, Rest ...) [with T = {anonymous}::itanium_demangle::TemplateParamKind; Rest = {unsigned int}]'
  3027. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:950:51: required from 'void {anonymous}::itanium_demangle::SyntheticTemplateParamName::match(Fn) const [with Fn = {anonymous}::DumpVisitor::CtorArgPrinter]'
  3028. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:216:5: required from 'void {anonymous}::DumpVisitor::operator()(const NodeT*) [with NodeT = {anonymous}::itanium_demangle::SyntheticTemplateParamName]'
  3029. C:/Users/payam/c/llvm-project/libcxx/include/type_traits:3899:1: required from 'decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) std::__1::__invoke(_Fp&&, _Args&& ...) [with _Fp = {anonymous}::DumpVisitor&; _Args = {const {anonymous}::itanium_demangle::SyntheticTemplateParamName*}; decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) = void]'
  3030. C:/Users/payam/c/llvm-project/libcxx/include/__functional_base:401:24: required from 'typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type std::__1::reference_wrapper<_Tp>::operator()(_ArgTypes&& ...) const [with _ArgTypes = {const {anonymous}::itanium_demangle::SyntheticTemplateParamName*}; _Tp = {anonymous}::DumpVisitor; typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type = void]'
  3031. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2157:5: required from 'void {anonymous}::itanium_demangle::Node::visit(Fn) const [with Fn = std::__1::reference_wrapper<{anonymous}::DumpVisitor>]'
  3032. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:85:31: required from here
  3033. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3034. fprintf(stderr, "%llu", (unsigned long long)N);
  3035. ^~~~~~
  3036. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3037. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3038. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3039. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp: In instantiation of 'typename std::__1::enable_if<std::__1::is_signed<_Tp>::value>::type {anonymous}::DumpVisitor::print(T) [with T = int; typename std::__1::enable_if<std::__1::is_signed<_Tp>::value>::type = void]':
  3040. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:185:5: required from 'void {anonymous}::DumpVisitor::printWithPendingNewline(T) [with T = int]'
  3041. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:198:5: required from 'void {anonymous}::DumpVisitor::printWithComma(T) [with T = int]'
  3042. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:208:57: required from 'void {anonymous}::DumpVisitor::CtorArgPrinter::operator()(T, Rest ...) [with T = const {anonymous}::itanium_demangle::Node*; Rest = {bool, int}]'
  3043. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:1462:51: required from 'void {anonymous}::itanium_demangle::CtorDtorName::match(Fn) const [with Fn = {anonymous}::DumpVisitor::CtorArgPrinter]'
  3044. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:216:5: required from 'void {anonymous}::DumpVisitor::operator()(const NodeT*) [with NodeT = {anonymous}::itanium_demangle::CtorDtorName]'
  3045. C:/Users/payam/c/llvm-project/libcxx/include/type_traits:3899:1: required from 'decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) std::__1::__invoke(_Fp&&, _Args&& ...) [with _Fp = {anonymous}::DumpVisitor&; _Args = {const {anonymous}::itanium_demangle::CtorDtorName*}; decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) = void]'
  3046. C:/Users/payam/c/llvm-project/libcxx/include/__functional_base:401:24: required from 'typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type std::__1::reference_wrapper<_Tp>::operator()(_ArgTypes&& ...) const [with _ArgTypes = {const {anonymous}::itanium_demangle::CtorDtorName*}; _Tp = {anonymous}::DumpVisitor; typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type = void]'
  3047. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2157:5: required from 'void {anonymous}::itanium_demangle::Node::visit(Fn) const [with Fn = std::__1::reference_wrapper<{anonymous}::DumpVisitor>]'
  3048. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:85:31: required from here
  3049. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3050. fprintf(stderr, "%lld", (long long)N);
  3051. ^~~~~~
  3052. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: too many arguments for format [-Wformat-extra-args]
  3053. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3054. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: too many arguments for format [-Wformat-extra-args]
  3055. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  3056. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of 'void {anonymous}::itanium_demangle::FloatLiteralImpl<Float>::printLeft({anonymous}::itanium_demangle::OutputStream&) const [with Float = long double]':
  3057. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2116:8: required from here
  3058. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'L' in format [-Wformat=]
  3059. int n = snprintf(num, sizeof(num), FloatData<Float>::spec, value);
  3060. ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3061. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3062. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'L' in format [-Wformat=]
  3063. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3064. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of 'void {anonymous}::itanium_demangle::FloatLiteralImpl<Float>::printLeft({anonymous}::itanium_demangle::OutputStream&) const [with Float = double]':
  3065. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2116:8: required from here
  3066. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3067. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3068. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3069. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3070. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of 'void {anonymous}::itanium_demangle::FloatLiteralImpl<Float>::printLeft({anonymous}::itanium_demangle::OutputStream&) const [with Float = float]':
  3071. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2116:8: required from here
  3072. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3073. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3074. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3075. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3076. [2552/4289] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj
  3077. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_handlers.cpp:41:1: warning: 'void std::unexpected()' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  3078. unexpected()
  3079. ^~~~~~~~~~
  3080. [2553/4289] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj
  3081. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard.cpp:15:
  3082. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In constructor '__cxxabiv1::{anonymous}::AtomicInt<IntType>::AtomicInt(IntType*)':
  3083. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:115:34: warning: declaration of 'b' shadows a member of '__cxxabiv1::{anonymous}::AtomicInt<IntType>' [-Wshadow]
  3084. explicit AtomicInt(IntType *b) : b(b) {}
  3085. ^
  3086. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:133:12: note: shadowed declaration is here
  3087. IntType *b;
  3088. ^
  3089. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In constructor '__cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::LockGuard::LockGuard(const char*)':
  3090. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:378:9: warning: declaration of 'calling_func' shadows a member of '__cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::LockGuard' [-Wshadow]
  3091. : calling_func(calling_func) {
  3092. ^
  3093. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:389:23: note: shadowed declaration is here
  3094. const char* const calling_func;
  3095. ^~~~~~~~~~~~
  3096. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In instantiation of '__cxxabiv1::{anonymous}::AtomicInt<IntType>::AtomicInt(IntType*) [with IntType = unsigned char]':
  3097. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:202:24: required from '__cxxabiv1::{anonymous}::AcquireResult __cxxabiv1::{anonymous}::GuardObject<Derived>::cxa_guard_acquire() [with Derived = __cxxabiv1::{anonymous}::InitByteGlobalMutex<__cxxabiv1::{anonymous}::LibcppMutex, __cxxabiv1::{anonymous}::LibcppCondVar, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance, 0>]'
  3098. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard.cpp:39:49: required from here
  3099. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:115:12: warning: declaration of 'b' shadows a member of '__cxxabiv1::{anonymous}::AtomicInt<unsigned char>' [-Wshadow]
  3100. explicit AtomicInt(IntType *b) : b(b) {}
  3101. ^~~~~~~~~
  3102. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:133:12: note: shadowed declaration is here
  3103. IntType *b;
  3104. ^
  3105. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In instantiation of '__cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::LockGuard::LockGuard(const char*) [with Mutex = __cxxabiv1::{anonymous}::LibcppMutex; CondVar = __cxxabiv1::{anonymous}::LibcppCondVar; Mutex& global_mutex = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance; CondVar& global_cond = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance; uint32_t (* GetThreadID)() = 0]':
  3106. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:312:15: required from '__cxxabiv1::{anonymous}::AcquireResult __cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::acquire_init_byte() [with Mutex = __cxxabiv1::{anonymous}::LibcppMutex; CondVar = __cxxabiv1::{anonymous}::LibcppCondVar; Mutex& global_mutex = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance; CondVar& global_cond = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance; uint32_t (* GetThreadID)() = 0]'
  3107. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:205:41: required from '__cxxabiv1::{anonymous}::AcquireResult __cxxabiv1::{anonymous}::GuardObject<Derived>::cxa_guard_acquire() [with Derived = __cxxabiv1::{anonymous}::InitByteGlobalMutex<__cxxabiv1::{anonymous}::LibcppMutex, __cxxabiv1::{anonymous}::LibcppCondVar, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance, 0>]'
  3108. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard.cpp:39:49: required from here
  3109. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:377:14: warning: declaration of 'calling_func' shadows a member of '__cxxabiv1::{anonymous}::InitByteGlobalMutex<__cxxabiv1::{anonymous}::LibcppMutex, __cxxabiv1::{anonymous}::LibcppCondVar, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance, 0>::LockGuard' [-Wshadow]
  3110. explicit LockGuard(const char* calling_func)
  3111. ^~~~~~~~~
  3112. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:389:23: note: shadowed declaration is here
  3113. const char* const calling_func;
  3114. ^~~~~~~~~~~~
  3115. [2554/4289] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj
  3116. C:/Users/payam/c/llvm-project/libcxxabi/src/stdlib_typeinfo.cpp:16:1: warning: 'virtual std::type_info::~type_info()' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  3117. type_info::~type_info()
  3118. ^~~~~~~~~
  3119. [2564/4289] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj
  3120. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_exception.h:17,
  3121. from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_personality.cpp:20:
  3122. C:/Users/payam/c/llvm-project/libcxxabi/include/cxxabi.h:29:27: warning: type attributes ignored after type is already defined [-Wattributes]
  3123. class _LIBCXXABI_TYPE_VIS type_info; // forward declaration
  3124. ^~~~~~~~~
  3125. [2565/4289] Linking CXX shared library lib\libc++abi.dll
  3126. FAILED: lib/libc++abi.dll lib/libc++abi.dll.a
  3127. cmd.exe /C "cd . && C:\Qt\Tools\mingw810_64\bin\c++.exe -Wa,-mbig-obj -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -O2 -nodefaultlibs -shared -o lib\libc++abi.dll -Wl,--out-implib,lib\libc++abi.dll.a -Wl,--major-image-version,1,--minor-image-version,0 projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception_storage.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_virtual.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/abort_message.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/fallback_malloc.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_new_delete.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj -lpthread -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  3128. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x17): undefined reference to `__imp__ZNSt8bad_castC1Ev'
  3129. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt8bad_castD1Ev'
  3130. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x57): undefined reference to `__imp__ZNSt10bad_typeidC1Ev'
  3131. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x5e): undefined reference to `__imp__ZNSt10bad_typeidD1Ev'
  3132. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x97): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3133. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x9e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3134. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj:cxa_default_handlers.cpp:(.text+0x14): undefined reference to `__imp__ZSt9terminatev'
  3135. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0xf25): undefined reference to `__imp__ZSt9terminatev'
  3136. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x164d): undefined reference to `__imp__ZSt9terminatev'
  3137. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x1d38): undefined reference to `__imp__ZSt9terminatev'
  3138. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x27a8): undefined reference to `__imp__ZSt9terminatev'
  3139. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x34f8): more undefined references to `__imp__ZSt9terminatev' follow
  3140. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x17): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3141. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3142. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x7e): undefined reference to `__imp__ZSt9terminatev'
  3143. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x409): undefined reference to `__imp__ZSt9terminatev'
  3144. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x28): undefined reference to `__imp__ZTVSt11logic_error'
  3145. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x54): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3146. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x74): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3147. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x88): undefined reference to `__imp__ZTVSt13runtime_error'
  3148. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xb4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3149. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xd4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3150. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xe8): undefined reference to `__imp__ZTVSt11logic_error'
  3151. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x10e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3152. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x138): undefined reference to `__imp__ZTVSt13runtime_error'
  3153. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x15e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3154. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x188): undefined reference to `__imp__ZTVSt11logic_error'
  3155. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1b4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3156. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3157. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1e8): undefined reference to `__imp__ZTVSt11logic_error'
  3158. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x20e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3159. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x238): undefined reference to `__imp__ZTVSt11logic_error'
  3160. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x264): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3161. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x284): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3162. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x298): undefined reference to `__imp__ZTVSt11logic_error'
  3163. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2be): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3164. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2e8): undefined reference to `__imp__ZTVSt11logic_error'
  3165. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x314): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3166. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x334): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3167. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x348): undefined reference to `__imp__ZTVSt11logic_error'
  3168. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x36e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3169. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x398): undefined reference to `__imp__ZTVSt11logic_error'
  3170. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3c4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3171. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3e4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3172. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3f8): undefined reference to `__imp__ZTVSt11logic_error'
  3173. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x41e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3174. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x448): undefined reference to `__imp__ZTVSt13runtime_error'
  3175. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x474): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3176. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x494): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3177. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3178. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4ce): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3179. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4f8): undefined reference to `__imp__ZTVSt13runtime_error'
  3180. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x524): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3181. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x544): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3182. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x558): undefined reference to `__imp__ZTVSt13runtime_error'
  3183. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x57e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3184. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3185. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3186. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5f4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3187. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x608): undefined reference to `__imp__ZTVSt13runtime_error'
  3188. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x62e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3189. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x23): undefined reference to `__imp__ZTVSt8bad_cast'
  3190. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x31): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3191. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x48): undefined reference to `__imp__ZTVSt8bad_cast'
  3192. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x58): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3193. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x73): undefined reference to `__imp__ZTVSt10bad_typeid'
  3194. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x81): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3195. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x98): undefined reference to `__imp__ZTVSt10bad_typeid'
  3196. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xa8): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3197. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xe3): undefined reference to `__imp__ZTVSt8bad_cast'
  3198. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xf3): undefined reference to `__imp__ZTVSt10bad_typeid'
  3199. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x2d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3200. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x4d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3201. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x6d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3202. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x8d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3203. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xad): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3204. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xcd): more undefined references to `__imp__ZNSt9type_infoD2Ev' follow
  3205. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x79): undefined reference to `__imp__ZSt9terminatev'
  3206. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0xff): undefined reference to `__imp__ZSt9terminatev'
  3207. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1ac): undefined reference to `__imp__ZSt9terminatev'
  3208. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1eb): undefined reference to `__imp__ZSt14get_unexpectedv'
  3209. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1f5): undefined reference to `__imp__ZSt13get_terminatev'
  3210. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x2f5): undefined reference to `__imp__ZSt9terminatev'
  3211. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x524): undefined reference to `__imp__ZSt14get_unexpectedv'
  3212. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x52e): undefined reference to `__imp__ZSt13get_terminatev'
  3213. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0x23): undefined reference to `__imp__ZSt9terminatev'
  3214. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb2c): undefined reference to `__imp__ZSt13get_terminatev'
  3215. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb37): undefined reference to `__imp__ZSt14get_unexpectedv'
  3216. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc41): undefined reference to `__imp__ZTVSt13bad_exception'
  3217. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc5b): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3218. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc82): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3219. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xca6): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3220. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xcc0): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3221. collect2.exe: error: ld returned 1 exit status
  3222. ninja: build stopped: subcommand failed.
  3223.  
  3224. C:\Users\payam\c\llvm-project>cmake --build build -j 4 ninja check-all
  3225. [1/1725] Linking CXX shared library lib\libc++abi.dll
  3226. FAILED: lib/libc++abi.dll lib/libc++abi.dll.a
  3227. cmd.exe /C "cd . && C:\Qt\Tools\mingw810_64\bin\c++.exe -Wa,-mbig-obj -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -O2 -nodefaultlibs -shared -o lib\libc++abi.dll -Wl,--out-implib,lib\libc++abi.dll.a -Wl,--major-image-version,1,--minor-image-version,0 projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception_storage.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_virtual.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/abort_message.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/fallback_malloc.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_new_delete.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj -lpthread -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  3228. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x17): undefined reference to `__imp__ZNSt8bad_castC1Ev'
  3229. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt8bad_castD1Ev'
  3230. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x57): undefined reference to `__imp__ZNSt10bad_typeidC1Ev'
  3231. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x5e): undefined reference to `__imp__ZNSt10bad_typeidD1Ev'
  3232. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x97): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3233. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x9e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3234. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj:cxa_default_handlers.cpp:(.text+0x14): undefined reference to `__imp__ZSt9terminatev'
  3235. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0xf25): undefined reference to `__imp__ZSt9terminatev'
  3236. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x164d): undefined reference to `__imp__ZSt9terminatev'
  3237. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x1d38): undefined reference to `__imp__ZSt9terminatev'
  3238. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x27a8): undefined reference to `__imp__ZSt9terminatev'
  3239. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x34f8): more undefined references to `__imp__ZSt9terminatev' follow
  3240. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x17): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3241. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3242. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x7e): undefined reference to `__imp__ZSt9terminatev'
  3243. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x409): undefined reference to `__imp__ZSt9terminatev'
  3244. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x28): undefined reference to `__imp__ZTVSt11logic_error'
  3245. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x54): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3246. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x74): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3247. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x88): undefined reference to `__imp__ZTVSt13runtime_error'
  3248. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xb4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3249. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xd4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3250. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xe8): undefined reference to `__imp__ZTVSt11logic_error'
  3251. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x10e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3252. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x138): undefined reference to `__imp__ZTVSt13runtime_error'
  3253. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x15e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3254. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x188): undefined reference to `__imp__ZTVSt11logic_error'
  3255. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1b4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3256. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3257. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1e8): undefined reference to `__imp__ZTVSt11logic_error'
  3258. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x20e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3259. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x238): undefined reference to `__imp__ZTVSt11logic_error'
  3260. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x264): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3261. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x284): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3262. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x298): undefined reference to `__imp__ZTVSt11logic_error'
  3263. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2be): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3264. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2e8): undefined reference to `__imp__ZTVSt11logic_error'
  3265. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x314): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3266. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x334): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3267. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x348): undefined reference to `__imp__ZTVSt11logic_error'
  3268. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x36e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3269. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x398): undefined reference to `__imp__ZTVSt11logic_error'
  3270. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3c4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3271. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3e4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3272. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3f8): undefined reference to `__imp__ZTVSt11logic_error'
  3273. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x41e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3274. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x448): undefined reference to `__imp__ZTVSt13runtime_error'
  3275. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x474): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3276. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x494): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3277. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3278. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4ce): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3279. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4f8): undefined reference to `__imp__ZTVSt13runtime_error'
  3280. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x524): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3281. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x544): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3282. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x558): undefined reference to `__imp__ZTVSt13runtime_error'
  3283. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x57e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3284. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3285. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3286. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5f4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3287. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x608): undefined reference to `__imp__ZTVSt13runtime_error'
  3288. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x62e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3289. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x23): undefined reference to `__imp__ZTVSt8bad_cast'
  3290. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x31): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3291. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x48): undefined reference to `__imp__ZTVSt8bad_cast'
  3292. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x58): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3293. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x73): undefined reference to `__imp__ZTVSt10bad_typeid'
  3294. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x81): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3295. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x98): undefined reference to `__imp__ZTVSt10bad_typeid'
  3296. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xa8): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3297. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xe3): undefined reference to `__imp__ZTVSt8bad_cast'
  3298. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xf3): undefined reference to `__imp__ZTVSt10bad_typeid'
  3299. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x2d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3300. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x4d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3301. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x6d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3302. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x8d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3303. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xad): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3304. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xcd): more undefined references to `__imp__ZNSt9type_infoD2Ev' follow
  3305. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x79): undefined reference to `__imp__ZSt9terminatev'
  3306. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0xff): undefined reference to `__imp__ZSt9terminatev'
  3307. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1ac): undefined reference to `__imp__ZSt9terminatev'
  3308. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1eb): undefined reference to `__imp__ZSt14get_unexpectedv'
  3309. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1f5): undefined reference to `__imp__ZSt13get_terminatev'
  3310. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x2f5): undefined reference to `__imp__ZSt9terminatev'
  3311. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x524): undefined reference to `__imp__ZSt14get_unexpectedv'
  3312. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x52e): undefined reference to `__imp__ZSt13get_terminatev'
  3313. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0x23): undefined reference to `__imp__ZSt9terminatev'
  3314. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb2c): undefined reference to `__imp__ZSt13get_terminatev'
  3315. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb37): undefined reference to `__imp__ZSt14get_unexpectedv'
  3316. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc41): undefined reference to `__imp__ZTVSt13bad_exception'
  3317. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc5b): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3318. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc82): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3319. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xca6): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3320. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xcc0): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3321. collect2.exe: error: ld returned 1 exit status
  3322. [3/1725] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/cxa_handlers.cpp.obj
  3323. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_handlers.cpp:41:1: warning: 'void std::unexpected()' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  3324. unexpected()
  3325. ^~~~~~~~~~
  3326. [4/1725] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/cxa_demangle.cpp.obj
  3327. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:23,
  3328. from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  3329. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/Utility.h: In member function 'void {anonymous}::itanium_demangle::OutputStream::writeUnsigned(uint64_t, bool)':
  3330. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/Utility.h:55:24: warning: conversion from 'int' to 'char' may change value [-Wconversion]
  3331. *--TempPtr = '0' + char(N % 10);
  3332. ~~~~^~~~~~~~~~~~~~
  3333. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  3334. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In constructor '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::ScopedTemplateParamList::ScopedTemplateParamList({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*)':
  3335. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2317:9: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::ScopedTemplateParamList' [-Wshadow]
  3336. : Parser(Parser),
  3337. ^
  3338. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2311:29: note: shadowed declaration is here
  3339. AbstractManglingParser *Parser;
  3340. ^~~~~~
  3341. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  3342. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In constructor '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding()::SaveTemplateParams::SaveTemplateParams({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*)':
  3343. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5106:56: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding()::SaveTemplateParams' [-Wshadow]
  3344. SaveTemplateParams(AbstractManglingParser *Parser) : Parser(Parser) {
  3345. ^
  3346. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5102:29: note: shadowed declaration is here
  3347. AbstractManglingParser *Parser;
  3348. ^~~~~~
  3349. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding()::SaveTemplateParams::SaveTemplateParams({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*) [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]':
  3350. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5113:3: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3351. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5534:11: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parse() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3352. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:347:28: required from here
  3353. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5106:5: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]::SaveTemplateParams' [-Wshadow]
  3354. SaveTemplateParams(AbstractManglingParser *Parser) : Parser(Parser) {
  3355. ^~~~~~~~~~~~~~~~~~
  3356. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5102:29: note: shadowed declaration is here
  3357. AbstractManglingParser *Parser;
  3358. ^~~~~~
  3359. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp: In instantiation of 'typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type {anonymous}::DumpVisitor::print(T) [with T = long long unsigned int; typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type = void]':
  3360. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:185:5: required from 'void {anonymous}::DumpVisitor::printWithPendingNewline(T) [with T = long long unsigned int]'
  3361. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:207:7: required from 'void {anonymous}::DumpVisitor::CtorArgPrinter::operator()(T, Rest ...) [with T = long long unsigned int; Rest = {}]'
  3362. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:229:40: required from here
  3363. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3364. fprintf(stderr, "%llu", (unsigned long long)N);
  3365. ^~~~~~
  3366. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3367. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3368. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3369. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  3370. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of '{anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::ScopedTemplateParamList::ScopedTemplateParamList({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>*) [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]':
  3371. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2658:29: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseUnnamedTypeName({anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::NameState*) [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3372. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:4270:15: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseExprPrimary() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3373. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5476:42: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseTemplateArg() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3374. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5140:13: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parseEncoding() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3375. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:5534:11: required from '{anonymous}::itanium_demangle::Node* {anonymous}::itanium_demangle::AbstractManglingParser<Derived, Alloc>::parse() [with Derived = {anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>; Alloc = {anonymous}::DefaultAllocator]'
  3376. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:347:28: required from here
  3377. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2316:5: warning: declaration of 'Parser' shadows a member of '{anonymous}::itanium_demangle::AbstractManglingParser<{anonymous}::itanium_demangle::ManglingParser<{anonymous}::DefaultAllocator>, {anonymous}::DefaultAllocator>::ScopedTemplateParamList' [-Wshadow]
  3378. ScopedTemplateParamList(AbstractManglingParser *Parser)
  3379. ^~~~~~~~~~~~~~~~~~~~~~~
  3380. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2311:29: note: shadowed declaration is here
  3381. AbstractManglingParser *Parser;
  3382. ^~~~~~
  3383. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp: In instantiation of 'typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type {anonymous}::DumpVisitor::print(T) [with T = unsigned int; typename std::__1::enable_if<std::__1::is_unsigned<_Tp>::value>::type = void]':
  3384. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:185:5: required from 'void {anonymous}::DumpVisitor::printWithPendingNewline(T) [with T = unsigned int]'
  3385. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:198:5: required from 'void {anonymous}::DumpVisitor::printWithComma(T) [with T = unsigned int]'
  3386. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:208:57: required from 'void {anonymous}::DumpVisitor::CtorArgPrinter::operator()(T, Rest ...) [with T = {anonymous}::itanium_demangle::TemplateParamKind; Rest = {unsigned int}]'
  3387. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:950:51: required from 'void {anonymous}::itanium_demangle::SyntheticTemplateParamName::match(Fn) const [with Fn = {anonymous}::DumpVisitor::CtorArgPrinter]'
  3388. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:216:5: required from 'void {anonymous}::DumpVisitor::operator()(const NodeT*) [with NodeT = {anonymous}::itanium_demangle::SyntheticTemplateParamName]'
  3389. C:/Users/payam/c/llvm-project/libcxx/include/type_traits:3899:1: required from 'decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) std::__1::__invoke(_Fp&&, _Args&& ...) [with _Fp = {anonymous}::DumpVisitor&; _Args = {const {anonymous}::itanium_demangle::SyntheticTemplateParamName*}; decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) = void]'
  3390. C:/Users/payam/c/llvm-project/libcxx/include/__functional_base:401:24: required from 'typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type std::__1::reference_wrapper<_Tp>::operator()(_ArgTypes&& ...) const [with _ArgTypes = {const {anonymous}::itanium_demangle::SyntheticTemplateParamName*}; _Tp = {anonymous}::DumpVisitor; typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type = void]'
  3391. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2157:5: required from 'void {anonymous}::itanium_demangle::Node::visit(Fn) const [with Fn = std::__1::reference_wrapper<{anonymous}::DumpVisitor>]'
  3392. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:85:31: required from here
  3393. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3394. fprintf(stderr, "%llu", (unsigned long long)N);
  3395. ^~~~~~
  3396. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3397. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3398. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:109:21: warning: too many arguments for format [-Wformat-extra-args]
  3399. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp: In instantiation of 'typename std::__1::enable_if<std::__1::is_signed<_Tp>::value>::type {anonymous}::DumpVisitor::print(T) [with T = int; typename std::__1::enable_if<std::__1::is_signed<_Tp>::value>::type = void]':
  3400. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:185:5: required from 'void {anonymous}::DumpVisitor::printWithPendingNewline(T) [with T = int]'
  3401. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:198:5: required from 'void {anonymous}::DumpVisitor::printWithComma(T) [with T = int]'
  3402. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:208:57: required from 'void {anonymous}::DumpVisitor::CtorArgPrinter::operator()(T, Rest ...) [with T = const {anonymous}::itanium_demangle::Node*; Rest = {bool, int}]'
  3403. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:1462:51: required from 'void {anonymous}::itanium_demangle::CtorDtorName::match(Fn) const [with Fn = {anonymous}::DumpVisitor::CtorArgPrinter]'
  3404. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:216:5: required from 'void {anonymous}::DumpVisitor::operator()(const NodeT*) [with NodeT = {anonymous}::itanium_demangle::CtorDtorName]'
  3405. C:/Users/payam/c/llvm-project/libcxx/include/type_traits:3899:1: required from 'decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) std::__1::__invoke(_Fp&&, _Args&& ...) [with _Fp = {anonymous}::DumpVisitor&; _Args = {const {anonymous}::itanium_demangle::CtorDtorName*}; decltype (forward<_Fp>(__f)((forward<_Args>)(std::__1::__invoke::__args)...)) = void]'
  3406. C:/Users/payam/c/llvm-project/libcxx/include/__functional_base:401:24: required from 'typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type std::__1::reference_wrapper<_Tp>::operator()(_ArgTypes&& ...) const [with _ArgTypes = {const {anonymous}::itanium_demangle::CtorDtorName*}; _Tp = {anonymous}::DumpVisitor; typename std::__1::__invoke_of<_Tp&, _ArgTypes ...>::type = void]'
  3407. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2157:5: required from 'void {anonymous}::itanium_demangle::Node::visit(Fn) const [with Fn = std::__1::reference_wrapper<{anonymous}::DumpVisitor>]'
  3408. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:85:31: required from here
  3409. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3410. fprintf(stderr, "%lld", (long long)N);
  3411. ^~~~~~
  3412. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: too many arguments for format [-Wformat-extra-args]
  3413. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: unknown conversion type character 'l' in format [-Wformat=]
  3414. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:114:21: warning: too many arguments for format [-Wformat-extra-args]
  3415. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_demangle.cpp:13:
  3416. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of 'void {anonymous}::itanium_demangle::FloatLiteralImpl<Float>::printLeft({anonymous}::itanium_demangle::OutputStream&) const [with Float = long double]':
  3417. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2116:8: required from here
  3418. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'L' in format [-Wformat=]
  3419. int n = snprintf(num, sizeof(num), FloatData<Float>::spec, value);
  3420. ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3421. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3422. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'L' in format [-Wformat=]
  3423. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3424. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of 'void {anonymous}::itanium_demangle::FloatLiteralImpl<Float>::printLeft({anonymous}::itanium_demangle::OutputStream&) const [with Float = double]':
  3425. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2116:8: required from here
  3426. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3427. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3428. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3429. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3430. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h: In instantiation of 'void {anonymous}::itanium_demangle::FloatLiteralImpl<Float>::printLeft({anonymous}::itanium_demangle::OutputStream&) const [with Float = float]':
  3431. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2116:8: required from here
  3432. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3433. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3434. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: unknown conversion type character 'a' in format [-Wformat=]
  3435. C:/Users/payam/c/llvm-project/libcxxabi/src/demangle/ItaniumDemangle.h:2141:23: warning: too many arguments for format [-Wformat-extra-args]
  3436. ninja: build stopped: subcommand failed.
  3437.  
  3438. C:\Users\payam\c\llvm-project>cmake --build build -j 4 ninja check-all
  3439. [1/1722] Linking CXX shared library lib\libc++abi.dll
  3440. FAILED: lib/libc++abi.dll lib/libc++abi.dll.a
  3441. cmd.exe /C "cd . && C:\Qt\Tools\mingw810_64\bin\c++.exe -Wa,-mbig-obj -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -O2 -nodefaultlibs -shared -o lib\libc++abi.dll -Wl,--out-implib,lib\libc++abi.dll.a -Wl,--major-image-version,1,--minor-image-version,0 projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception_storage.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_virtual.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/abort_message.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/fallback_malloc.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_new_delete.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj -lpthread -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  3442. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x17): undefined reference to `__imp__ZNSt8bad_castC1Ev'
  3443. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt8bad_castD1Ev'
  3444. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x57): undefined reference to `__imp__ZNSt10bad_typeidC1Ev'
  3445. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x5e): undefined reference to `__imp__ZNSt10bad_typeidD1Ev'
  3446. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x97): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3447. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x9e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3448. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj:cxa_default_handlers.cpp:(.text+0x14): undefined reference to `__imp__ZSt9terminatev'
  3449. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0xf25): undefined reference to `__imp__ZSt9terminatev'
  3450. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x164d): undefined reference to `__imp__ZSt9terminatev'
  3451. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x1d38): undefined reference to `__imp__ZSt9terminatev'
  3452. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x27a8): undefined reference to `__imp__ZSt9terminatev'
  3453. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x34f8): more undefined references to `__imp__ZSt9terminatev' follow
  3454. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x17): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3455. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3456. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x7e): undefined reference to `__imp__ZSt9terminatev'
  3457. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x409): undefined reference to `__imp__ZSt9terminatev'
  3458. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x28): undefined reference to `__imp__ZTVSt11logic_error'
  3459. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x54): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3460. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x74): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3461. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x88): undefined reference to `__imp__ZTVSt13runtime_error'
  3462. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xb4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3463. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xd4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3464. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xe8): undefined reference to `__imp__ZTVSt11logic_error'
  3465. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x10e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3466. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x138): undefined reference to `__imp__ZTVSt13runtime_error'
  3467. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x15e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3468. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x188): undefined reference to `__imp__ZTVSt11logic_error'
  3469. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1b4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3470. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3471. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1e8): undefined reference to `__imp__ZTVSt11logic_error'
  3472. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x20e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3473. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x238): undefined reference to `__imp__ZTVSt11logic_error'
  3474. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x264): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3475. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x284): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3476. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x298): undefined reference to `__imp__ZTVSt11logic_error'
  3477. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2be): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3478. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2e8): undefined reference to `__imp__ZTVSt11logic_error'
  3479. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x314): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3480. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x334): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3481. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x348): undefined reference to `__imp__ZTVSt11logic_error'
  3482. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x36e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3483. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x398): undefined reference to `__imp__ZTVSt11logic_error'
  3484. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3c4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3485. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3e4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3486. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3f8): undefined reference to `__imp__ZTVSt11logic_error'
  3487. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x41e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3488. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x448): undefined reference to `__imp__ZTVSt13runtime_error'
  3489. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x474): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3490. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x494): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3491. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3492. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4ce): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3493. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4f8): undefined reference to `__imp__ZTVSt13runtime_error'
  3494. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x524): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3495. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x544): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3496. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x558): undefined reference to `__imp__ZTVSt13runtime_error'
  3497. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x57e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3498. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3499. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3500. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5f4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3501. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x608): undefined reference to `__imp__ZTVSt13runtime_error'
  3502. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x62e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3503. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x23): undefined reference to `__imp__ZTVSt8bad_cast'
  3504. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x31): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3505. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x48): undefined reference to `__imp__ZTVSt8bad_cast'
  3506. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x58): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3507. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x73): undefined reference to `__imp__ZTVSt10bad_typeid'
  3508. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x81): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3509. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x98): undefined reference to `__imp__ZTVSt10bad_typeid'
  3510. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xa8): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3511. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xe3): undefined reference to `__imp__ZTVSt8bad_cast'
  3512. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xf3): undefined reference to `__imp__ZTVSt10bad_typeid'
  3513. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x2d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3514. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x4d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3515. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x6d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3516. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x8d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3517. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xad): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3518. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xcd): more undefined references to `__imp__ZNSt9type_infoD2Ev' follow
  3519. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x79): undefined reference to `__imp__ZSt9terminatev'
  3520. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0xff): undefined reference to `__imp__ZSt9terminatev'
  3521. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1ac): undefined reference to `__imp__ZSt9terminatev'
  3522. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1eb): undefined reference to `__imp__ZSt14get_unexpectedv'
  3523. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1f5): undefined reference to `__imp__ZSt13get_terminatev'
  3524. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x2f5): undefined reference to `__imp__ZSt9terminatev'
  3525. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x524): undefined reference to `__imp__ZSt14get_unexpectedv'
  3526. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x52e): undefined reference to `__imp__ZSt13get_terminatev'
  3527. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0x23): undefined reference to `__imp__ZSt9terminatev'
  3528. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb2c): undefined reference to `__imp__ZSt13get_terminatev'
  3529. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb37): undefined reference to `__imp__ZSt14get_unexpectedv'
  3530. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc41): undefined reference to `__imp__ZTVSt13bad_exception'
  3531. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc5b): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3532. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc82): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3533. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xca6): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3534. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xcc0): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3535. collect2.exe: error: ld returned 1 exit status
  3536. [3/1722] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/cxa_guard.cpp.obj
  3537. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard.cpp:15:
  3538. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In constructor '__cxxabiv1::{anonymous}::AtomicInt<IntType>::AtomicInt(IntType*)':
  3539. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:115:34: warning: declaration of 'b' shadows a member of '__cxxabiv1::{anonymous}::AtomicInt<IntType>' [-Wshadow]
  3540. explicit AtomicInt(IntType *b) : b(b) {}
  3541. ^
  3542. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:133:12: note: shadowed declaration is here
  3543. IntType *b;
  3544. ^
  3545. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In constructor '__cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::LockGuard::LockGuard(const char*)':
  3546. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:378:9: warning: declaration of 'calling_func' shadows a member of '__cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::LockGuard' [-Wshadow]
  3547. : calling_func(calling_func) {
  3548. ^
  3549. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:389:23: note: shadowed declaration is here
  3550. const char* const calling_func;
  3551. ^~~~~~~~~~~~
  3552. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In instantiation of '__cxxabiv1::{anonymous}::AtomicInt<IntType>::AtomicInt(IntType*) [with IntType = unsigned char]':
  3553. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:202:24: required from '__cxxabiv1::{anonymous}::AcquireResult __cxxabiv1::{anonymous}::GuardObject<Derived>::cxa_guard_acquire() [with Derived = __cxxabiv1::{anonymous}::InitByteGlobalMutex<__cxxabiv1::{anonymous}::LibcppMutex, __cxxabiv1::{anonymous}::LibcppCondVar, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance, 0>]'
  3554. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard.cpp:39:49: required from here
  3555. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:115:12: warning: declaration of 'b' shadows a member of '__cxxabiv1::{anonymous}::AtomicInt<unsigned char>' [-Wshadow]
  3556. explicit AtomicInt(IntType *b) : b(b) {}
  3557. ^~~~~~~~~
  3558. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:133:12: note: shadowed declaration is here
  3559. IntType *b;
  3560. ^
  3561. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h: In instantiation of '__cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::LockGuard::LockGuard(const char*) [with Mutex = __cxxabiv1::{anonymous}::LibcppMutex; CondVar = __cxxabiv1::{anonymous}::LibcppCondVar; Mutex& global_mutex = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance; CondVar& global_cond = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance; uint32_t (* GetThreadID)() = 0]':
  3562. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:312:15: required from '__cxxabiv1::{anonymous}::AcquireResult __cxxabiv1::{anonymous}::InitByteGlobalMutex<Mutex, CondVar, global_mutex, global_cond, GetThreadID>::acquire_init_byte() [with Mutex = __cxxabiv1::{anonymous}::LibcppMutex; CondVar = __cxxabiv1::{anonymous}::LibcppCondVar; Mutex& global_mutex = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance; CondVar& global_cond = __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance; uint32_t (* GetThreadID)() = 0]'
  3563. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:205:41: required from '__cxxabiv1::{anonymous}::AcquireResult __cxxabiv1::{anonymous}::GuardObject<Derived>::cxa_guard_acquire() [with Derived = __cxxabiv1::{anonymous}::InitByteGlobalMutex<__cxxabiv1::{anonymous}::LibcppMutex, __cxxabiv1::{anonymous}::LibcppCondVar, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance, 0>]'
  3564. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard.cpp:39:49: required from here
  3565. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:377:14: warning: declaration of 'calling_func' shadows a member of '__cxxabiv1::{anonymous}::InitByteGlobalMutex<__cxxabiv1::{anonymous}::LibcppMutex, __cxxabiv1::{anonymous}::LibcppCondVar, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppMutex>::instance, __cxxabiv1::{anonymous}::GlobalStatic<__cxxabiv1::{anonymous}::LibcppCondVar>::instance, 0>::LockGuard' [-Wshadow]
  3566. explicit LockGuard(const char* calling_func)
  3567. ^~~~~~~~~
  3568. C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_guard_impl.h:389:23: note: shadowed declaration is here
  3569. const char* const calling_func;
  3570. ^~~~~~~~~~~~
  3571. [4/1722] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/cxa_default_handlers.cpp.obj
  3572. ninja: build stopped: subcommand failed.
  3573.  
  3574. C:\Users\payam\c\llvm-project>cmake --build build -j 4 ninja check-all
  3575. [2/1719] Linking CXX shared library lib\libc++abi.dll
  3576. FAILED: lib/libc++abi.dll lib/libc++abi.dll.a
  3577. cmd.exe /C "cd . && C:\Qt\Tools\mingw810_64\bin\c++.exe -Wa,-mbig-obj -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -O2 -nodefaultlibs -shared -o lib\libc++abi.dll -Wl,--out-implib,lib\libc++abi.dll.a -Wl,--major-image-version,1,--minor-image-version,0 projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception_storage.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_virtual.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/abort_message.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/fallback_malloc.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_new_delete.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj -lpthread -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  3578. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x17): undefined reference to `__imp__ZNSt8bad_castC1Ev'
  3579. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt8bad_castD1Ev'
  3580. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x57): undefined reference to `__imp__ZNSt10bad_typeidC1Ev'
  3581. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x5e): undefined reference to `__imp__ZNSt10bad_typeidD1Ev'
  3582. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x97): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3583. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x9e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3584. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj:cxa_default_handlers.cpp:(.text+0x14): undefined reference to `__imp__ZSt9terminatev'
  3585. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0xf25): undefined reference to `__imp__ZSt9terminatev'
  3586. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x164d): undefined reference to `__imp__ZSt9terminatev'
  3587. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x1d38): undefined reference to `__imp__ZSt9terminatev'
  3588. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x27a8): undefined reference to `__imp__ZSt9terminatev'
  3589. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x34f8): more undefined references to `__imp__ZSt9terminatev' follow
  3590. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x17): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3591. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3592. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x7e): undefined reference to `__imp__ZSt9terminatev'
  3593. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x409): undefined reference to `__imp__ZSt9terminatev'
  3594. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x28): undefined reference to `__imp__ZTVSt11logic_error'
  3595. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x54): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3596. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x74): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3597. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x88): undefined reference to `__imp__ZTVSt13runtime_error'
  3598. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xb4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3599. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xd4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3600. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xe8): undefined reference to `__imp__ZTVSt11logic_error'
  3601. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x10e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3602. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x138): undefined reference to `__imp__ZTVSt13runtime_error'
  3603. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x15e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3604. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x188): undefined reference to `__imp__ZTVSt11logic_error'
  3605. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1b4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3606. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3607. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1e8): undefined reference to `__imp__ZTVSt11logic_error'
  3608. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x20e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3609. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x238): undefined reference to `__imp__ZTVSt11logic_error'
  3610. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x264): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3611. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x284): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3612. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x298): undefined reference to `__imp__ZTVSt11logic_error'
  3613. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2be): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3614. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2e8): undefined reference to `__imp__ZTVSt11logic_error'
  3615. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x314): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3616. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x334): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3617. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x348): undefined reference to `__imp__ZTVSt11logic_error'
  3618. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x36e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3619. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x398): undefined reference to `__imp__ZTVSt11logic_error'
  3620. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3c4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3621. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3e4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3622. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3f8): undefined reference to `__imp__ZTVSt11logic_error'
  3623. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x41e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3624. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x448): undefined reference to `__imp__ZTVSt13runtime_error'
  3625. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x474): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3626. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x494): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3627. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3628. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4ce): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3629. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4f8): undefined reference to `__imp__ZTVSt13runtime_error'
  3630. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x524): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3631. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x544): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3632. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x558): undefined reference to `__imp__ZTVSt13runtime_error'
  3633. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x57e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3634. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3635. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3636. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5f4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3637. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x608): undefined reference to `__imp__ZTVSt13runtime_error'
  3638. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x62e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3639. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x23): undefined reference to `__imp__ZTVSt8bad_cast'
  3640. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x31): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3641. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x48): undefined reference to `__imp__ZTVSt8bad_cast'
  3642. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x58): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3643. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x73): undefined reference to `__imp__ZTVSt10bad_typeid'
  3644. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x81): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3645. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x98): undefined reference to `__imp__ZTVSt10bad_typeid'
  3646. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xa8): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3647. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xe3): undefined reference to `__imp__ZTVSt8bad_cast'
  3648. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xf3): undefined reference to `__imp__ZTVSt10bad_typeid'
  3649. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x2d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3650. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x4d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3651. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x6d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3652. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x8d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3653. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xad): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3654. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xcd): more undefined references to `__imp__ZNSt9type_infoD2Ev' follow
  3655. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x79): undefined reference to `__imp__ZSt9terminatev'
  3656. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0xff): undefined reference to `__imp__ZSt9terminatev'
  3657. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1ac): undefined reference to `__imp__ZSt9terminatev'
  3658. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1eb): undefined reference to `__imp__ZSt14get_unexpectedv'
  3659. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1f5): undefined reference to `__imp__ZSt13get_terminatev'
  3660. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x2f5): undefined reference to `__imp__ZSt9terminatev'
  3661. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x524): undefined reference to `__imp__ZSt14get_unexpectedv'
  3662. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x52e): undefined reference to `__imp__ZSt13get_terminatev'
  3663. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0x23): undefined reference to `__imp__ZSt9terminatev'
  3664. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb2c): undefined reference to `__imp__ZSt13get_terminatev'
  3665. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb37): undefined reference to `__imp__ZSt14get_unexpectedv'
  3666. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc41): undefined reference to `__imp__ZTVSt13bad_exception'
  3667. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc5b): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3668. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc82): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3669. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xca6): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3670. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xcc0): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3671. collect2.exe: error: ld returned 1 exit status
  3672. [4/1719] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/stdlib_typeinfo.cpp.obj
  3673. C:/Users/payam/c/llvm-project/libcxxabi/src/stdlib_typeinfo.cpp:16:1: warning: 'virtual std::type_info::~type_info()' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  3674. type_info::~type_info()
  3675. ^~~~~~~~~
  3676. [5/1719] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/stdlib_stdexcept.cpp.obj
  3677. ninja: build stopped: subcommand failed.
  3678.  
  3679. C:\Users\payam\c\llvm-project>cmake --build build -j 4 ninja check-all
  3680. [2/1715] Linking CXX shared library lib\libc++abi.dll
  3681. FAILED: lib/libc++abi.dll lib/libc++abi.dll.a
  3682. cmd.exe /C "cd . && C:\Qt\Tools\mingw810_64\bin\c++.exe -Wa,-mbig-obj -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -O2 -nodefaultlibs -shared -o lib\libc++abi.dll -Wl,--out-implib,lib\libc++abi.dll.a -Wl,--major-image-version,1,--minor-image-version,0 projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception_storage.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_virtual.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/abort_message.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/fallback_malloc.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_new_delete.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj -lpthread -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  3683. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x17): undefined reference to `__imp__ZNSt8bad_castC1Ev'
  3684. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt8bad_castD1Ev'
  3685. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x57): undefined reference to `__imp__ZNSt10bad_typeidC1Ev'
  3686. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x5e): undefined reference to `__imp__ZNSt10bad_typeidD1Ev'
  3687. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x97): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3688. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x9e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3689. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj:cxa_default_handlers.cpp:(.text+0x14): undefined reference to `__imp__ZSt9terminatev'
  3690. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0xf25): undefined reference to `__imp__ZSt9terminatev'
  3691. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x164d): undefined reference to `__imp__ZSt9terminatev'
  3692. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x1d38): undefined reference to `__imp__ZSt9terminatev'
  3693. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x27a8): undefined reference to `__imp__ZSt9terminatev'
  3694. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x34f8): more undefined references to `__imp__ZSt9terminatev' follow
  3695. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x17): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3696. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3697. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x7e): undefined reference to `__imp__ZSt9terminatev'
  3698. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x409): undefined reference to `__imp__ZSt9terminatev'
  3699. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x28): undefined reference to `__imp__ZTVSt11logic_error'
  3700. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x54): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3701. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x74): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3702. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x88): undefined reference to `__imp__ZTVSt13runtime_error'
  3703. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xb4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3704. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xd4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3705. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xe8): undefined reference to `__imp__ZTVSt11logic_error'
  3706. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x10e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3707. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x138): undefined reference to `__imp__ZTVSt13runtime_error'
  3708. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x15e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3709. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x188): undefined reference to `__imp__ZTVSt11logic_error'
  3710. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1b4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3711. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3712. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1e8): undefined reference to `__imp__ZTVSt11logic_error'
  3713. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x20e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3714. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x238): undefined reference to `__imp__ZTVSt11logic_error'
  3715. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x264): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3716. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x284): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3717. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x298): undefined reference to `__imp__ZTVSt11logic_error'
  3718. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2be): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3719. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2e8): undefined reference to `__imp__ZTVSt11logic_error'
  3720. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x314): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3721. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x334): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3722. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x348): undefined reference to `__imp__ZTVSt11logic_error'
  3723. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x36e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3724. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x398): undefined reference to `__imp__ZTVSt11logic_error'
  3725. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3c4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3726. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3e4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3727. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3f8): undefined reference to `__imp__ZTVSt11logic_error'
  3728. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x41e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3729. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x448): undefined reference to `__imp__ZTVSt13runtime_error'
  3730. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x474): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3731. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x494): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3732. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3733. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4ce): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3734. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4f8): undefined reference to `__imp__ZTVSt13runtime_error'
  3735. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x524): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3736. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x544): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3737. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x558): undefined reference to `__imp__ZTVSt13runtime_error'
  3738. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x57e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3739. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3740. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3741. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5f4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3742. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x608): undefined reference to `__imp__ZTVSt13runtime_error'
  3743. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x62e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3744. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x23): undefined reference to `__imp__ZTVSt8bad_cast'
  3745. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x31): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3746. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x48): undefined reference to `__imp__ZTVSt8bad_cast'
  3747. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x58): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3748. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x73): undefined reference to `__imp__ZTVSt10bad_typeid'
  3749. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x81): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3750. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x98): undefined reference to `__imp__ZTVSt10bad_typeid'
  3751. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xa8): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3752. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xe3): undefined reference to `__imp__ZTVSt8bad_cast'
  3753. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xf3): undefined reference to `__imp__ZTVSt10bad_typeid'
  3754. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x2d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3755. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x4d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3756. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x6d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3757. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x8d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3758. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xad): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3759. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xcd): more undefined references to `__imp__ZNSt9type_infoD2Ev' follow
  3760. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x79): undefined reference to `__imp__ZSt9terminatev'
  3761. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0xff): undefined reference to `__imp__ZSt9terminatev'
  3762. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1ac): undefined reference to `__imp__ZSt9terminatev'
  3763. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1eb): undefined reference to `__imp__ZSt14get_unexpectedv'
  3764. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1f5): undefined reference to `__imp__ZSt13get_terminatev'
  3765. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x2f5): undefined reference to `__imp__ZSt9terminatev'
  3766. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x524): undefined reference to `__imp__ZSt14get_unexpectedv'
  3767. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x52e): undefined reference to `__imp__ZSt13get_terminatev'
  3768. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0x23): undefined reference to `__imp__ZSt9terminatev'
  3769. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb2c): undefined reference to `__imp__ZSt13get_terminatev'
  3770. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb37): undefined reference to `__imp__ZSt14get_unexpectedv'
  3771. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc41): undefined reference to `__imp__ZTVSt13bad_exception'
  3772. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc5b): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3773. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc82): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3774. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xca6): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3775. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xcc0): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3776. collect2.exe: error: ld returned 1 exit status
  3777. [5/1715] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/private_typeinfo.cpp.obj
  3778. ninja: build stopped: subcommand failed.
  3779.  
  3780. C:\Users\payam\c\llvm-project>cmake --build build -j 4 ninja check-all
  3781. [1/1711] Linking CXX shared library lib\libc++abi.dll
  3782. FAILED: lib/libc++abi.dll lib/libc++abi.dll.a
  3783. cmd.exe /C "cd . && C:\Qt\Tools\mingw810_64\bin\c++.exe -Wa,-mbig-obj -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -O2 -nodefaultlibs -shared -o lib\libc++abi.dll -Wl,--out-implib,lib\libc++abi.dll.a -Wl,--major-image-version,1,--minor-image-version,0 projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception_storage.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_virtual.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/abort_message.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/fallback_malloc.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_new_delete.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj -lpthread -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  3784. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x17): undefined reference to `__imp__ZNSt8bad_castC1Ev'
  3785. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt8bad_castD1Ev'
  3786. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x57): undefined reference to `__imp__ZNSt10bad_typeidC1Ev'
  3787. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x5e): undefined reference to `__imp__ZNSt10bad_typeidD1Ev'
  3788. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x97): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3789. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x9e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3790. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj:cxa_default_handlers.cpp:(.text+0x14): undefined reference to `__imp__ZSt9terminatev'
  3791. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0xf25): undefined reference to `__imp__ZSt9terminatev'
  3792. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x164d): undefined reference to `__imp__ZSt9terminatev'
  3793. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x1d38): undefined reference to `__imp__ZSt9terminatev'
  3794. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x27a8): undefined reference to `__imp__ZSt9terminatev'
  3795. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x34f8): more undefined references to `__imp__ZSt9terminatev' follow
  3796. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x17): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3797. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3798. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x7e): undefined reference to `__imp__ZSt9terminatev'
  3799. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x409): undefined reference to `__imp__ZSt9terminatev'
  3800. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x28): undefined reference to `__imp__ZTVSt11logic_error'
  3801. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x54): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3802. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x74): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3803. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x88): undefined reference to `__imp__ZTVSt13runtime_error'
  3804. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xb4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3805. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xd4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3806. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xe8): undefined reference to `__imp__ZTVSt11logic_error'
  3807. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x10e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3808. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x138): undefined reference to `__imp__ZTVSt13runtime_error'
  3809. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x15e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3810. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x188): undefined reference to `__imp__ZTVSt11logic_error'
  3811. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1b4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3812. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3813. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1e8): undefined reference to `__imp__ZTVSt11logic_error'
  3814. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x20e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3815. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x238): undefined reference to `__imp__ZTVSt11logic_error'
  3816. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x264): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3817. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x284): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3818. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x298): undefined reference to `__imp__ZTVSt11logic_error'
  3819. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2be): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3820. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2e8): undefined reference to `__imp__ZTVSt11logic_error'
  3821. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x314): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3822. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x334): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3823. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x348): undefined reference to `__imp__ZTVSt11logic_error'
  3824. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x36e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3825. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x398): undefined reference to `__imp__ZTVSt11logic_error'
  3826. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3c4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3827. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3e4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3828. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3f8): undefined reference to `__imp__ZTVSt11logic_error'
  3829. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x41e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3830. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x448): undefined reference to `__imp__ZTVSt13runtime_error'
  3831. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x474): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3832. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x494): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3833. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3834. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4ce): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3835. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4f8): undefined reference to `__imp__ZTVSt13runtime_error'
  3836. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x524): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3837. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x544): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3838. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x558): undefined reference to `__imp__ZTVSt13runtime_error'
  3839. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x57e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3840. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3841. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3842. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5f4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3843. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x608): undefined reference to `__imp__ZTVSt13runtime_error'
  3844. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x62e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3845. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x23): undefined reference to `__imp__ZTVSt8bad_cast'
  3846. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x31): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3847. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x48): undefined reference to `__imp__ZTVSt8bad_cast'
  3848. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x58): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3849. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x73): undefined reference to `__imp__ZTVSt10bad_typeid'
  3850. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x81): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3851. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x98): undefined reference to `__imp__ZTVSt10bad_typeid'
  3852. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xa8): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3853. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xe3): undefined reference to `__imp__ZTVSt8bad_cast'
  3854. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xf3): undefined reference to `__imp__ZTVSt10bad_typeid'
  3855. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x2d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3856. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x4d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3857. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x6d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3858. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x8d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3859. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xad): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3860. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xcd): more undefined references to `__imp__ZNSt9type_infoD2Ev' follow
  3861. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x79): undefined reference to `__imp__ZSt9terminatev'
  3862. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0xff): undefined reference to `__imp__ZSt9terminatev'
  3863. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1ac): undefined reference to `__imp__ZSt9terminatev'
  3864. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1eb): undefined reference to `__imp__ZSt14get_unexpectedv'
  3865. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1f5): undefined reference to `__imp__ZSt13get_terminatev'
  3866. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x2f5): undefined reference to `__imp__ZSt9terminatev'
  3867. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x524): undefined reference to `__imp__ZSt14get_unexpectedv'
  3868. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x52e): undefined reference to `__imp__ZSt13get_terminatev'
  3869. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0x23): undefined reference to `__imp__ZSt9terminatev'
  3870. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb2c): undefined reference to `__imp__ZSt13get_terminatev'
  3871. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb37): undefined reference to `__imp__ZSt14get_unexpectedv'
  3872. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc41): undefined reference to `__imp__ZTVSt13bad_exception'
  3873. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc5b): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3874. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc82): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3875. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xca6): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3876. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xcc0): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3877. collect2.exe: error: ld returned 1 exit status
  3878. [3/1711] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/cxa_personality.cpp.obj
  3879. In file included from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_exception.h:17,
  3880. from C:/Users/payam/c/llvm-project/libcxxabi/src/cxa_personality.cpp:20:
  3881. C:/Users/payam/c/llvm-project/libcxxabi/include/cxxabi.h:29:27: warning: type attributes ignored after type is already defined [-Wattributes]
  3882. class _LIBCXXABI_TYPE_VIS type_info; // forward declaration
  3883. ^~~~~~~~~
  3884. [4/1711] Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_static.dir/cxa_exception.cpp.obj
  3885. ninja: build stopped: subcommand failed.
  3886.  
  3887. C:\Users\payam\c\llvm-project>cmake --build build -j 4 ninja check-all
  3888. [6/1708] Linking CXX shared library lib\libc++abi.dll
  3889. FAILED: lib/libc++abi.dll lib/libc++abi.dll.a
  3890. cmd.exe /C "cd . && C:\Qt\Tools\mingw810_64\bin\c++.exe -Wa,-mbig-obj -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -O2 -nodefaultlibs -shared -o lib\libc++abi.dll -Wl,--out-implib,lib\libc++abi.dll.a -Wl,--major-image-version,1,--minor-image-version,0 projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception_storage.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_guard.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_handlers.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_virtual.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/abort_message.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/fallback_malloc.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_new_delete.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj -lpthread -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc_s -lgcc -lmoldname -lmingwex -lmsvcrt -ladvapi32 -lshell32 -luser32 -lkernel32 -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32 && cd ."
  3891. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x17): undefined reference to `__imp__ZNSt8bad_castC1Ev'
  3892. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt8bad_castD1Ev'
  3893. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x57): undefined reference to `__imp__ZNSt10bad_typeidC1Ev'
  3894. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x5e): undefined reference to `__imp__ZNSt10bad_typeidD1Ev'
  3895. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x97): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3896. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_aux_runtime.cpp.obj:cxa_aux_runtime.cpp:(.text+0x9e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3897. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_default_handlers.cpp.obj:cxa_default_handlers.cpp:(.text+0x14): undefined reference to `__imp__ZSt9terminatev'
  3898. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0xf25): undefined reference to `__imp__ZSt9terminatev'
  3899. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x164d): undefined reference to `__imp__ZSt9terminatev'
  3900. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x1d38): undefined reference to `__imp__ZSt9terminatev'
  3901. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x27a8): undefined reference to `__imp__ZSt9terminatev'
  3902. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.obj:cxa_demangle.cpp:(.text+0x34f8): more undefined references to `__imp__ZSt9terminatev' follow
  3903. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x17): undefined reference to `__imp__ZNSt20bad_array_new_lengthC1Ev'
  3904. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x1e): undefined reference to `__imp__ZNSt20bad_array_new_lengthD1Ev'
  3905. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x7e): undefined reference to `__imp__ZSt9terminatev'
  3906. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_vector.cpp.obj:cxa_vector.cpp:(.text+0x409): undefined reference to `__imp__ZSt9terminatev'
  3907. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x28): undefined reference to `__imp__ZTVSt11logic_error'
  3908. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x54): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3909. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x74): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3910. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x88): undefined reference to `__imp__ZTVSt13runtime_error'
  3911. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xb4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3912. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xd4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3913. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0xe8): undefined reference to `__imp__ZTVSt11logic_error'
  3914. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x10e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3915. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x138): undefined reference to `__imp__ZTVSt13runtime_error'
  3916. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x15e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3917. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x188): undefined reference to `__imp__ZTVSt11logic_error'
  3918. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1b4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3919. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3920. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x1e8): undefined reference to `__imp__ZTVSt11logic_error'
  3921. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x20e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3922. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x238): undefined reference to `__imp__ZTVSt11logic_error'
  3923. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x264): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3924. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x284): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3925. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x298): undefined reference to `__imp__ZTVSt11logic_error'
  3926. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2be): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3927. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x2e8): undefined reference to `__imp__ZTVSt11logic_error'
  3928. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x314): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3929. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x334): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3930. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x348): undefined reference to `__imp__ZTVSt11logic_error'
  3931. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x36e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3932. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x398): undefined reference to `__imp__ZTVSt11logic_error'
  3933. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3c4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3934. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3e4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3935. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x3f8): undefined reference to `__imp__ZTVSt11logic_error'
  3936. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x41e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3937. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x448): undefined reference to `__imp__ZTVSt13runtime_error'
  3938. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x474): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3939. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x494): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3940. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3941. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4ce): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3942. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x4f8): undefined reference to `__imp__ZTVSt13runtime_error'
  3943. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x524): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3944. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x544): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3945. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x558): undefined reference to `__imp__ZTVSt13runtime_error'
  3946. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x57e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3947. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5a8): undefined reference to `__imp__ZTVSt13runtime_error'
  3948. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5d4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3949. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x5f4): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3950. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x608): undefined reference to `__imp__ZTVSt13runtime_error'
  3951. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_stdexcept.cpp.obj:stdlib_stdexcept.cpp:(.text+0x62e): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3952. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x23): undefined reference to `__imp__ZTVSt8bad_cast'
  3953. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x31): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3954. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x48): undefined reference to `__imp__ZTVSt8bad_cast'
  3955. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x58): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3956. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x73): undefined reference to `__imp__ZTVSt10bad_typeid'
  3957. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x81): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3958. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0x98): undefined reference to `__imp__ZTVSt10bad_typeid'
  3959. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xa8): undefined reference to `__imp__ZNSt9exceptionD2Ev'
  3960. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xe3): undefined reference to `__imp__ZTVSt8bad_cast'
  3961. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/stdlib_typeinfo.cpp.obj:stdlib_typeinfo.cpp:(.text+0xf3): undefined reference to `__imp__ZTVSt10bad_typeid'
  3962. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x2d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3963. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x4d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3964. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x6d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3965. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0x8d): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3966. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xad): undefined reference to `__imp__ZNSt9type_infoD2Ev'
  3967. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/private_typeinfo.cpp.obj:private_typeinfo.cpp:(.text+0xcd): more undefined references to `__imp__ZNSt9type_infoD2Ev' follow
  3968. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x79): undefined reference to `__imp__ZSt9terminatev'
  3969. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0xff): undefined reference to `__imp__ZSt9terminatev'
  3970. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1ac): undefined reference to `__imp__ZSt9terminatev'
  3971. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1eb): undefined reference to `__imp__ZSt14get_unexpectedv'
  3972. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x1f5): undefined reference to `__imp__ZSt13get_terminatev'
  3973. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x2f5): undefined reference to `__imp__ZSt9terminatev'
  3974. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x524): undefined reference to `__imp__ZSt14get_unexpectedv'
  3975. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_exception.cpp.obj:cxa_exception.cpp:(.text+0x52e): undefined reference to `__imp__ZSt13get_terminatev'
  3976. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0x23): undefined reference to `__imp__ZSt9terminatev'
  3977. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb2c): undefined reference to `__imp__ZSt13get_terminatev'
  3978. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xb37): undefined reference to `__imp__ZSt14get_unexpectedv'
  3979. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc41): undefined reference to `__imp__ZTVSt13bad_exception'
  3980. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc5b): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3981. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xc82): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3982. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xca6): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3983. projects/libcxxabi/src/CMakeFiles/cxxabi_shared.dir/cxa_personality.cpp.obj:cxa_personality.cpp:(.text+0xcc0): undefined reference to `__imp__ZNSt13bad_exceptionD1Ev'
  3984. collect2.exe: error: ld returned 1 exit status
  3985. [9/1708] Building CXX object tools/llvm-ar/CMakeFiles/llvm-ar.dir/llvm-ar.cpp.obj
  3986. ninja: build stopped: subcommand failed.
  3987.  
  3988. C:\Users\payam\c\llvm-project>
Add Comment
Please, Sign In to add comment