Advertisement
Guest User

Untitled

a guest
Sep 6th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.67 KB | None | 0 0
  1. 08:16:03:~/Desktop/ThirdParty/build $ ../llvm-3.1.src/configure --enable-targets=x86,x86_64 --target=i386-winnt && make
  2. checking for clang... clang
  3. checking for C compiler default output file name... a.out
  4. checking whether the C compiler works... yes
  5. checking whether we are cross compiling... no
  6. checking for suffix of executables...
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether clang accepts -g... yes
  10. checking for clang option to accept ISO C89... none needed
  11. checking for clang++... clang++
  12. checking whether we are using the GNU C++ compiler... yes
  13. checking whether clang++ accepts -g... yes
  14. checking how to run the C preprocessor... clang -E
  15. checking build system type... x86_64-apple-darwin10.8.0
  16. checking host system type... x86_64-apple-darwin10.8.0
  17. checking target system type... i386-pc-winnt
  18. checking type of operating system we're going to host on... Darwin
  19. checking type of operating system we're going to target... Unknown
  20. checking target architecture... x86
  21. checking for grep that handles long lines and -e... /usr/bin/grep
  22. checking for egrep... /usr/bin/grep -E
  23. checking for ANSI C header files... yes
  24. checking for sys/types.h... yes
  25. checking for sys/stat.h... yes
  26. checking for stdlib.h... yes
  27. checking for string.h... yes
  28. checking for memory.h... yes
  29. checking for strings.h... yes
  30. checking for inttypes.h... yes
  31. checking for stdint.h... yes
  32. checking for unistd.h... yes
  33. checking whether byte ordering is bigendian... no
  34. checking optimization flags... -O3
  35. checking for BSD-compatible nm... /usr/bin/nm
  36. checking for GNU make... make
  37. checking whether ln -s works... yes
  38. checking for cmp... /usr/bin/cmp
  39. checking for cp... /bin/cp
  40. checking for date... /bin/date
  41. checking for find... /usr/bin/find
  42. checking for grep... (cached) /usr/bin/grep
  43. checking for mkdir... /bin/mkdir
  44. checking for mv... /bin/mv
  45. checking for ranlib... ranlib
  46. checking for ar... ar
  47. checking for rm... /bin/rm
  48. checking for sed... /usr/bin/sed
  49. checking for tar... /usr/bin/tar
  50. checking for pwd... /bin/pwd
  51. checking for Graphviz... echo Graphviz
  52. checking for dot... echo dot
  53. checking for fdp... echo fdp
  54. checking for neato... echo neato
  55. checking for twopi... echo twopi
  56. checking for circo... echo circo
  57. checking for gv... no
  58. checking for gsview32... no
  59. checking for dotty... echo dotty
  60. checking for xdot.py... echo xdot.py
  61. checking for a BSD-compatible install... /usr/bin/install -c
  62. checking for bzip2... /opt/local/bin/bzip2
  63. checking for cat... /bin/cat
  64. checking for doxygen... no
  65. checking for groff... /usr/bin/groff
  66. checking for gzip... /usr/bin/gzip
  67. checking for pod2html... /opt/local/bin/pod2html
  68. checking for pod2man... /opt/local/bin/pod2man
  69. checking for pdfroff... /usr/bin/pdfroff
  70. checking for runtest... no
  71. checking for the tclsh program in tclinclude directory... none
  72. checking for tclsh8.4... /usr/bin/tclsh8.4
  73. checking for zip... /usr/bin/zip
  74. checking for ocamlc... no
  75. checking for ocamlopt... no
  76. checking for ocamldep... no
  77. checking for ocamldoc... no
  78. checking for gas... no
  79. checking for as... /usr/bin/as
  80. checking for linker version... 127.2
  81. checking for compiler -Wl,-R<path> option... no
  82. checking for compiler -Wl,-export-dynamic option... no
  83. checking for compiler -Wl,--version-script option... no
  84. checking for an ANSI C-conforming const... yes
  85. checking for dirent.h that defines DIR... yes
  86. checking for library containing opendir... none required
  87. checking dlfcn.h usability... yes
  88. checking dlfcn.h presence... yes
  89. checking for dlfcn.h... yes
  90. checking dynamic linker characteristics... darwin10.8.0 dyld
  91. checking which extension is used for loadable modules... .dylib
  92. checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
  93. checking for the default library search path... /usr/local/lib /lib /usr/lib
  94. checking for objdir... .libs
  95. checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory
  96. rm: conftest.dSYM: is a directory
  97. rm: conftest.dSYM: is a directory
  98. rm: conftest.dSYM: is a directory
  99. ok
  100. checking whether libtool supports -dlopen/-dlpreopen... yes
  101. checking for shl_load... no
  102. checking for shl_load in -ldld... no
  103. checking for dlopen in -ldl... yes
  104. checking for dlerror... yes
  105. checking for _ prefix in compiled symbols... yes
  106. checking whether we have to add an underscore for dlsym... no
  107. checking whether deplibs are loaded by dlopen... yes
  108. checking argz.h usability... no
  109. checking argz.h presence... no
  110. checking for argz.h... no
  111. checking for error_t... no
  112. checking for argz_append... no
  113. checking for argz_create_sep... no
  114. checking for argz_insert... no
  115. checking for argz_next... no
  116. checking for argz_stringify... no
  117. checking assert.h usability... yes
  118. checking assert.h presence... yes
  119. checking for assert.h... yes
  120. checking ctype.h usability... yes
  121. checking ctype.h presence... yes
  122. checking for ctype.h... yes
  123. checking errno.h usability... yes
  124. checking errno.h presence... yes
  125. checking for errno.h... yes
  126. checking malloc.h usability... no
  127. checking malloc.h presence... no
  128. checking for malloc.h... no
  129. checking for memory.h... (cached) yes
  130. checking for stdlib.h... (cached) yes
  131. checking stdio.h usability... yes
  132. checking stdio.h presence... yes
  133. checking for stdio.h... yes
  134. checking for unistd.h... (cached) yes
  135. checking dl.h usability... no
  136. checking dl.h presence... no
  137. checking for dl.h... no
  138. checking sys/dl.h usability... no
  139. checking sys/dl.h presence... no
  140. checking for sys/dl.h... no
  141. checking dld.h usability... no
  142. checking dld.h presence... no
  143. checking for dld.h... no
  144. checking mach-o/dyld.h usability... yes
  145. checking mach-o/dyld.h presence... yes
  146. checking for mach-o/dyld.h... yes
  147. checking for string.h... (cached) yes
  148. checking for strchr... yes
  149. checking for strrchr... yes
  150. checking for memcpy... yes
  151. checking for memmove... yes
  152. checking for strcmp... yes
  153. checking for closedir... yes
  154. checking for opendir... yes
  155. checking for readdir... yes
  156. checking tool compatibility... ok
  157. checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers
  158. checking for sin in -lm... yes
  159. checking for library containing dlopen... none required
  160. checking for library containing mallinfo... no
  161. checking for pthread_mutex_init in -lpthread... yes
  162. checking for library containing pthread_mutex_lock... none required
  163. checking for library containing pthread_rwlock_init... none required
  164. checking for library containing pthread_getspecific... none required
  165. checking for dirent.h that defines DIR... (cached) yes
  166. checking for library containing opendir... (cached) none required
  167. checking for MAP_ANONYMOUS vs. MAP_ANON... no
  168. checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory
  169. no
  170. checking for sys/wait.h that is POSIX.1 compatible... yes
  171. checking whether time.h and sys/time.h may both be included... yes
  172. checking for dlfcn.h... (cached) yes
  173. checking execinfo.h usability... yes
  174. checking execinfo.h presence... yes
  175. checking for execinfo.h... yes
  176. checking fcntl.h usability... yes
  177. checking fcntl.h presence... yes
  178. checking for fcntl.h... yes
  179. checking for inttypes.h... (cached) yes
  180. checking limits.h usability... yes
  181. checking limits.h presence... yes
  182. checking for limits.h... yes
  183. checking link.h usability... no
  184. checking link.h presence... no
  185. checking for link.h... no
  186. checking for malloc.h... (cached) no
  187. checking setjmp.h usability... yes
  188. checking setjmp.h presence... yes
  189. checking for setjmp.h... yes
  190. checking signal.h usability... yes
  191. checking signal.h presence... yes
  192. checking for signal.h... yes
  193. checking for stdint.h... (cached) yes
  194. checking termios.h usability... yes
  195. checking termios.h presence... yes
  196. checking for termios.h... yes
  197. checking for unistd.h... (cached) yes
  198. checking utime.h usability... yes
  199. checking utime.h presence... yes
  200. checking for utime.h... yes
  201. checking windows.h usability... no
  202. checking windows.h presence... no
  203. checking for windows.h... no
  204. checking sys/mman.h usability... yes
  205. checking sys/mman.h presence... yes
  206. checking for sys/mman.h... yes
  207. checking sys/param.h usability... yes
  208. checking sys/param.h presence... yes
  209. checking for sys/param.h... yes
  210. checking sys/resource.h usability... yes
  211. checking sys/resource.h presence... yes
  212. checking for sys/resource.h... yes
  213. checking sys/time.h usability... yes
  214. checking sys/time.h presence... yes
  215. checking for sys/time.h... yes
  216. checking sys/uio.h usability... yes
  217. checking sys/uio.h presence... yes
  218. checking for sys/uio.h... yes
  219. checking for sys/types.h... (cached) yes
  220. checking sys/ioctl.h usability... yes
  221. checking sys/ioctl.h presence... yes
  222. checking for sys/ioctl.h... yes
  223. checking malloc/malloc.h usability... yes
  224. checking malloc/malloc.h presence... yes
  225. checking for malloc/malloc.h... yes
  226. checking mach/mach.h usability... yes
  227. checking mach/mach.h presence... yes
  228. checking for mach/mach.h... yes
  229. checking valgrind/valgrind.h usability... no
  230. checking valgrind/valgrind.h presence... no
  231. checking for valgrind/valgrind.h... no
  232. checking fenv.h usability... yes
  233. checking fenv.h presence... yes
  234. checking for fenv.h... yes
  235. checking pthread.h usability... yes
  236. checking pthread.h presence... yes
  237. checking for pthread.h... yes
  238. checking CrashReporterClient.h usability... no
  239. checking CrashReporterClient.h presence... no
  240. checking for CrashReporterClient.h... no
  241. checking __crashreporter_info__... no
  242. checking for HUGE_VAL sanity... yes
  243. checking for pid_t... yes
  244. checking for size_t... yes
  245. checking whether struct tm is in sys/time.h or time.h... time.h
  246. checking for int64_t... yes
  247. checking for uint64_t... yes
  248. checking for backtrace... yes
  249. checking for ceilf... yes
  250. checking for floorf... yes
  251. checking for roundf... yes
  252. checking for rintf... yes
  253. checking for nearbyintf... yes
  254. checking for getcwd... yes
  255. checking for powf... yes
  256. checking for fmodf... yes
  257. checking for strtof... yes
  258. checking for round... yes
  259. checking for getpagesize... yes
  260. checking for getrusage... yes
  261. checking for getrlimit... yes
  262. checking for setrlimit... yes
  263. checking for gettimeofday... yes
  264. checking for isatty... yes
  265. checking for mkdtemp... yes
  266. checking for mkstemp... yes
  267. checking for mktemp... yes
  268. checking for posix_spawn... yes
  269. checking for pread... yes
  270. checking for realpath... yes
  271. checking for sbrk... yes
  272. checking for setrlimit... (cached) yes
  273. checking for strdup... yes
  274. checking for strerror... yes
  275. checking for strerror_r... yes
  276. checking for setenv... yes
  277. checking for strtoll... yes
  278. checking for strtoq... yes
  279. checking for sysconf... yes
  280. checking for malloc_zone_statistics... yes
  281. checking for setjmp... yes
  282. checking for longjmp... yes
  283. checking for sigsetjmp... yes
  284. checking for siglongjmp... yes
  285. checking for writev... yes
  286. checking if printf has the %a format character... yes
  287. checking for srand48/lrand48/drand48 in <stdlib.h>... yes
  288. checking whether strerror_s is declared... no
  289. checking for isnan in <math.h>... yes
  290. checking for isnan in <cmath>... no
  291. checking for std::isnan in <cmath>... yes
  292. checking for isinf in <math.h>... yes
  293. checking for isinf in <cmath>... no
  294. checking for std::isinf in <cmath>... yes
  295. checking for finite in <ieeefp.h>... no
  296. checking for stdlib.h... (cached) yes
  297. checking for unistd.h... (cached) yes
  298. checking for getpagesize... (cached) yes
  299. checking for working mmap... yes
  300. checking for mmap of files... yes
  301. checking if /dev/zero is needed for mmap... no
  302. checking for GCC atomic builtins... yes
  303. checking for __dso_handle... yes
  304. checking for compiler -fvisibility-inlines-hidden option... yes
  305. configure: creating ./config.status
  306. config.status: creating include/llvm/Config/Targets.def
  307. config.status: creating include/llvm/Config/AsmPrinters.def
  308. config.status: creating include/llvm/Config/AsmParsers.def
  309. config.status: creating include/llvm/Config/Disassemblers.def
  310. config.status: creating Makefile.config
  311. config.status: creating llvm.spec
  312. config.status: creating docs/doxygen.cfg
  313. config.status: creating tools/clang/docs/doxygen.cfg
  314. config.status: creating bindings/ocaml/llvm/META.llvm
  315. config.status: creating include/llvm/Config/config.h
  316. config.status: creating include/llvm/Config/llvm-config.h
  317. config.status: creating include/llvm/Support/DataTypes.h
  318. config.status: creating tools/clang/include/clang/Config/config.h
  319. config.status: executing setup commands
  320. config.status: executing Makefile commands
  321. config.status: executing Makefile.common commands
  322. config.status: executing examples/Makefile commands
  323. config.status: executing lib/Makefile commands
  324. config.status: executing runtime/Makefile commands
  325. config.status: executing test/Makefile commands
  326. config.status: executing test/Makefile.tests commands
  327. config.status: executing unittests/Makefile commands
  328. config.status: executing tools/Makefile commands
  329. config.status: executing utils/Makefile commands
  330. config.status: executing projects/Makefile commands
  331. config.status: executing bindings/Makefile commands
  332. config.status: executing bindings/ocaml/Makefile.ocaml commands
  333. === configuring in projects/sample (/Users/makira/Desktop/git_repository/sonicbirth/ThirdParty/build/projects/sample)
  334. configure: running /bin/sh ../../../llvm-3.1.src/projects/sample/configure --prefix=/usr/local '--enable-targets=x86,x86_64' '--target=i386-winnt' 'target_alias=i386-winnt' --cache-file=/dev/null --srcdir=../../../llvm-3.1.src/projects/sample
  335. checking llvm-config... no
  336. checking LLVM package version... unknown
  337. checking for clang... clang
  338. checking for C compiler default output file name... a.out
  339. checking whether the C compiler works... yes
  340. checking whether we are cross compiling... no
  341. checking for suffix of executables...
  342. checking for suffix of object files... o
  343. checking whether we are using the GNU C compiler... yes
  344. checking whether clang accepts -g... yes
  345. checking for clang option to accept ISO C89... none needed
  346. checking for clang++... clang++
  347. checking whether we are using the GNU C++ compiler... yes
  348. checking whether clang++ accepts -g... yes
  349. checking how to run the C preprocessor... clang -E
  350. checking build system type... i686-apple-darwin10.8.0
  351. checking host system type... i686-apple-darwin10.8.0
  352. checking target system type... i386-pc-winnt
  353. checking type of operating system we're going to host on... Darwin
  354. checking type of operating system we're going to target... Unknown
  355. checking target architecture... x86
  356. checking for grep that handles long lines and -e... /usr/bin/grep
  357. checking for egrep... /usr/bin/grep -E
  358. checking for ANSI C header files... yes
  359. checking for sys/types.h... yes
  360. checking for sys/stat.h... yes
  361. checking for stdlib.h... yes
  362. checking for string.h... yes
  363. checking for memory.h... yes
  364. checking for strings.h... yes
  365. checking for inttypes.h... yes
  366. checking for stdint.h... yes
  367. checking for unistd.h... yes
  368. checking whether byte ordering is bigendian... no
  369. checking optimization flags... -O3
  370. checking for BSD-compatible nm... /usr/bin/nm
  371. checking for GNU make... make
  372. checking whether ln -s works... yes
  373. checking for cmp... /usr/bin/cmp
  374. checking for cp... /bin/cp
  375. checking for date... /bin/date
  376. checking for find... /usr/bin/find
  377. checking for grep... (cached) /usr/bin/grep
  378. checking for mkdir... /bin/mkdir
  379. checking for mv... /bin/mv
  380. checking for ranlib... ranlib
  381. checking for ar... ar
  382. checking for rm... /bin/rm
  383. checking for sed... /usr/bin/sed
  384. checking for tar... /usr/bin/tar
  385. checking for pwd... /bin/pwd
  386. checking for Graphviz... echo Graphviz
  387. checking for dot... echo dot
  388. checking for fdp... echo fdp
  389. checking for neato... echo neato
  390. checking for twopi... echo twopi
  391. checking for circo... echo circo
  392. checking for gv... no
  393. checking for gsview32... no
  394. checking for dotty... echo dotty
  395. checking for xdot.py... echo xdot.py
  396. checking for a BSD-compatible install... /usr/bin/install -c
  397. checking for bzip2... /opt/local/bin/bzip2
  398. checking for cat... /bin/cat
  399. checking for doxygen... no
  400. checking for groff... /usr/bin/groff
  401. checking for gzip... /usr/bin/gzip
  402. checking for pod2html... /opt/local/bin/pod2html
  403. checking for pod2man... /opt/local/bin/pod2man
  404. checking for pdfroff... /usr/bin/pdfroff
  405. checking for runtest... no
  406. checking for the tclsh program in tclinclude directory... none
  407. checking for tclsh8.4... /usr/bin/tclsh8.4
  408. checking for zip... /usr/bin/zip
  409. checking for ocamlc... no
  410. checking for ocamlopt... no
  411. checking for ocamldep... no
  412. checking for ocamldoc... no
  413. checking for gas... no
  414. checking for as... /usr/bin/as
  415. checking for linker version... 127.2
  416. checking for compiler -Wl,-R<path> option... no
  417. checking for compiler -Wl,-export-dynamic option... no
  418. checking for compiler -Wl,--version-script option... no
  419. checking for an ANSI C-conforming const... yes
  420. checking for dirent.h that defines DIR... yes
  421. checking for library containing opendir... none required
  422. checking dlfcn.h usability... yes
  423. checking dlfcn.h presence... yes
  424. checking for dlfcn.h... yes
  425. checking dynamic linker characteristics... darwin10.8.0 dyld
  426. checking which extension is used for loadable modules... .dylib
  427. checking which variable specifies run-time library path... DYLD_LIBRARY_PATH
  428. checking for the default library search path... /usr/local/lib /lib /usr/lib
  429. checking for objdir... .libs
  430. checking command to parse /usr/bin/nm output from object... rm: conftest.dSYM: is a directory
  431. rm: conftest.dSYM: is a directory
  432. rm: conftest.dSYM: is a directory
  433. rm: conftest.dSYM: is a directory
  434. ok
  435. checking whether libtool supports -dlopen/-dlpreopen... yes
  436. checking for shl_load... no
  437. checking for shl_load in -ldld... no
  438. checking for dlopen in -ldl... yes
  439. checking for dlerror... yes
  440. checking for _ prefix in compiled symbols... yes
  441. checking whether we have to add an underscore for dlsym... no
  442. checking whether deplibs are loaded by dlopen... yes
  443. checking argz.h usability... no
  444. checking argz.h presence... no
  445. checking for argz.h... no
  446. checking for error_t... no
  447. checking for argz_append... no
  448. checking for argz_create_sep... no
  449. checking for argz_insert... no
  450. checking for argz_next... no
  451. checking for argz_stringify... no
  452. checking assert.h usability... yes
  453. checking assert.h presence... yes
  454. checking for assert.h... yes
  455. checking ctype.h usability... yes
  456. checking ctype.h presence... yes
  457. checking for ctype.h... yes
  458. checking errno.h usability... yes
  459. checking errno.h presence... yes
  460. checking for errno.h... yes
  461. checking malloc.h usability... no
  462. checking malloc.h presence... no
  463. checking for malloc.h... no
  464. checking for memory.h... (cached) yes
  465. checking for stdlib.h... (cached) yes
  466. checking stdio.h usability... yes
  467. checking stdio.h presence... yes
  468. checking for stdio.h... yes
  469. checking for unistd.h... (cached) yes
  470. checking dl.h usability... no
  471. checking dl.h presence... no
  472. checking for dl.h... no
  473. checking sys/dl.h usability... no
  474. checking sys/dl.h presence... no
  475. checking for sys/dl.h... no
  476. checking dld.h usability... no
  477. checking dld.h presence... no
  478. checking for dld.h... no
  479. checking mach-o/dyld.h usability... yes
  480. checking mach-o/dyld.h presence... yes
  481. checking for mach-o/dyld.h... yes
  482. checking for string.h... (cached) yes
  483. checking for strchr... yes
  484. checking for strrchr... yes
  485. checking for memcpy... yes
  486. checking for memmove... yes
  487. checking for strcmp... yes
  488. checking for closedir... yes
  489. checking for opendir... yes
  490. checking for readdir... yes
  491. checking tool compatibility... ok
  492. checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers
  493. checking for sin in -lm... yes
  494. checking for library containing dlopen... none required
  495. checking for library containing mallinfo... no
  496. checking for pthread_mutex_init in -lpthread... yes
  497. checking for library containing pthread_mutex_lock... none required
  498. checking for library containing pthread_rwlock_init... none required
  499. checking for library containing pthread_getspecific... none required
  500. checking for dirent.h that defines DIR... (cached) yes
  501. checking for library containing opendir... (cached) none required
  502. checking for MAP_ANONYMOUS vs. MAP_ANON... no
  503. checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory
  504. no
  505. checking for sys/wait.h that is POSIX.1 compatible... yes
  506. checking whether time.h and sys/time.h may both be included... yes
  507. checking for dlfcn.h... (cached) yes
  508. checking execinfo.h usability... yes
  509. checking execinfo.h presence... yes
  510. checking for execinfo.h... yes
  511. checking fcntl.h usability... yes
  512. checking fcntl.h presence... yes
  513. checking for fcntl.h... yes
  514. checking for inttypes.h... (cached) yes
  515. checking limits.h usability... yes
  516. checking limits.h presence... yes
  517. checking for limits.h... yes
  518. checking link.h usability... no
  519. checking link.h presence... no
  520. checking for link.h... no
  521. checking for malloc.h... (cached) no
  522. checking setjmp.h usability... yes
  523. checking setjmp.h presence... yes
  524. checking for setjmp.h... yes
  525. checking signal.h usability... yes
  526. checking signal.h presence... yes
  527. checking for signal.h... yes
  528. checking for stdint.h... (cached) yes
  529. checking termios.h usability... yes
  530. checking termios.h presence... yes
  531. checking for termios.h... yes
  532. checking for unistd.h... (cached) yes
  533. checking utime.h usability... yes
  534. checking utime.h presence... yes
  535. checking for utime.h... yes
  536. checking windows.h usability... no
  537. checking windows.h presence... no
  538. checking for windows.h... no
  539. checking sys/mman.h usability... yes
  540. checking sys/mman.h presence... yes
  541. checking for sys/mman.h... yes
  542. checking sys/param.h usability... yes
  543. checking sys/param.h presence... yes
  544. checking for sys/param.h... yes
  545. checking sys/resource.h usability... yes
  546. checking sys/resource.h presence... yes
  547. checking for sys/resource.h... yes
  548. checking sys/time.h usability... yes
  549. checking sys/time.h presence... yes
  550. checking for sys/time.h... yes
  551. checking sys/uio.h usability... yes
  552. checking sys/uio.h presence... yes
  553. checking for sys/uio.h... yes
  554. checking for sys/types.h... (cached) yes
  555. checking sys/ioctl.h usability... yes
  556. checking sys/ioctl.h presence... yes
  557. checking for sys/ioctl.h... yes
  558. checking malloc/malloc.h usability... yes
  559. checking malloc/malloc.h presence... yes
  560. checking for malloc/malloc.h... yes
  561. checking mach/mach.h usability... yes
  562. checking mach/mach.h presence... yes
  563. checking for mach/mach.h... yes
  564. checking valgrind/valgrind.h usability... no
  565. checking valgrind/valgrind.h presence... no
  566. checking for valgrind/valgrind.h... no
  567. checking fenv.h usability... yes
  568. checking fenv.h presence... yes
  569. checking for fenv.h... yes
  570. checking pthread.h usability... yes
  571. checking pthread.h presence... yes
  572. checking for pthread.h... yes
  573. checking CrashReporterClient.h usability... no
  574. checking CrashReporterClient.h presence... no
  575. checking for CrashReporterClient.h... no
  576. checking __crashreporter_info__... no
  577. checking for HUGE_VAL sanity... yes
  578. checking for pid_t... yes
  579. checking for size_t... yes
  580. checking whether struct tm is in sys/time.h or time.h... time.h
  581. checking for int64_t... yes
  582. checking for uint64_t... yes
  583. checking for backtrace... yes
  584. checking for ceilf... yes
  585. checking for floorf... yes
  586. checking for roundf... yes
  587. checking for rintf... yes
  588. checking for nearbyintf... yes
  589. checking for getcwd... yes
  590. checking for powf... yes
  591. checking for fmodf... yes
  592. checking for strtof... yes
  593. checking for round... yes
  594. checking for getpagesize... yes
  595. checking for getrusage... yes
  596. checking for getrlimit... yes
  597. checking for setrlimit... yes
  598. checking for gettimeofday... yes
  599. checking for isatty... yes
  600. checking for mkdtemp... yes
  601. checking for mkstemp... yes
  602. checking for mktemp... yes
  603. checking for posix_spawn... yes
  604. checking for realpath... yes
  605. checking for sbrk... yes
  606. checking for setrlimit... (cached) yes
  607. checking for strdup... yes
  608. checking for strerror... yes
  609. checking for strerror_r... yes
  610. checking for setenv... yes
  611. checking for strtoll... yes
  612. checking for strtoq... yes
  613. checking for sysconf... yes
  614. checking for malloc_zone_statistics... yes
  615. checking for setjmp... yes
  616. checking for longjmp... yes
  617. checking for sigsetjmp... yes
  618. checking for siglongjmp... yes
  619. checking for writev... yes
  620. checking if printf has the %a format character... yes
  621. checking for srand48/lrand48/drand48 in <stdlib.h>... yes
  622. checking whether strerror_s is declared... no
  623. checking for isnan in <math.h>... yes
  624. checking for isnan in <cmath>... no
  625. checking for std::isnan in <cmath>... yes
  626. checking for isinf in <math.h>... yes
  627. checking for isinf in <cmath>... no
  628. checking for std::isinf in <cmath>... yes
  629. checking for finite in <ieeefp.h>... no
  630. checking for stdlib.h... (cached) yes
  631. checking for unistd.h... (cached) yes
  632. checking for getpagesize... (cached) yes
  633. checking for working mmap... yes
  634. checking for mmap of files... yes
  635. checking if /dev/zero is needed for mmap... no
  636. checking for GCC atomic builtins... yes
  637. checking for __dso_handle... yes
  638. checking for compiler -fvisibility-inlines-hidden option... yes
  639. configure: creating ./config.status
  640. config.status: creating Makefile.common
  641. config.status: creating Makefile.llvm.config
  642. config.status: executing setup commands
  643. config.status: executing Makefile commands
  644. config.status: executing lib/Makefile commands
  645. config.status: executing lib/sample/Makefile commands
  646. config.status: executing tools/Makefile commands
  647. config.status: executing tools/sample/Makefile commands
  648. llvm[0]: Constructing LLVMBuild project information.
  649. llvm[1]: Compiling APFloat.cpp for Release+Asserts build
  650. llvm[1]: Compiling APInt.cpp for Release+Asserts build
  651. llvm[1]: Compiling APSInt.cpp for Release+Asserts build
  652. llvm[1]: Compiling Allocator.cpp for Release+Asserts build
  653. llvm[1]: Compiling Atomic.cpp for Release+Asserts build
  654. llvm[1]: Compiling BlockFrequency.cpp for Release+Asserts build
  655. llvm[1]: Compiling BranchProbability.cpp for Release+Asserts build
  656. llvm[1]: Compiling CommandLine.cpp for Release+Asserts build
  657. llvm[1]: Compiling ConstantRange.cpp for Release+Asserts build
  658. llvm[1]: Compiling CrashRecoveryContext.cpp for Release+Asserts build
  659. llvm[1]: Compiling DAGDeltaAlgorithm.cpp for Release+Asserts build
  660. llvm[1]: Compiling DataExtractor.cpp for Release+Asserts build
  661. llvm[1]: Compiling DataStream.cpp for Release+Asserts build
  662. llvm[1]: Compiling Debug.cpp for Release+Asserts build
  663. llvm[1]: Compiling DeltaAlgorithm.cpp for Release+Asserts build
  664. llvm[1]: Compiling Disassembler.cpp for Release+Asserts build
  665. llvm[1]: Compiling Dwarf.cpp for Release+Asserts build
  666. llvm[1]: Compiling DynamicLibrary.cpp for Release+Asserts build
  667. llvm[1]: Compiling Errno.cpp for Release+Asserts build
  668. llvm[1]: Compiling ErrorHandling.cpp for Release+Asserts build
  669. llvm[1]: Compiling FileUtilities.cpp for Release+Asserts build
  670. llvm[1]: Compiling FoldingSet.cpp for Release+Asserts build
  671. llvm[1]: Compiling FormattedStream.cpp for Release+Asserts build
  672. llvm[1]: Compiling GraphWriter.cpp for Release+Asserts build
  673. llvm[1]: Compiling Hashing.cpp for Release+Asserts build
  674. llvm[1]: Compiling Host.cpp for Release+Asserts build
  675. llvm[1]: Compiling IncludeFile.cpp for Release+Asserts build
  676. llvm[1]: Compiling IntEqClasses.cpp for Release+Asserts build
  677. llvm[1]: Compiling IntervalMap.cpp for Release+Asserts build
  678. llvm[1]: Compiling IntrusiveRefCntPtr.cpp for Release+Asserts build
  679. llvm[1]: Compiling IsInf.cpp for Release+Asserts build
  680. llvm[1]: Compiling IsNAN.cpp for Release+Asserts build
  681. llvm[1]: Compiling Locale.cpp for Release+Asserts build
  682. llvm[1]: Compiling LockFileManager.cpp for Release+Asserts build
  683. llvm[1]: Compiling ManagedStatic.cpp for Release+Asserts build
  684. llvm[1]: Compiling Memory.cpp for Release+Asserts build
  685. llvm[1]: Compiling MemoryBuffer.cpp for Release+Asserts build
  686. llvm[1]: Compiling MemoryObject.cpp for Release+Asserts build
  687. llvm[1]: Compiling Mutex.cpp for Release+Asserts build
  688. llvm[1]: Compiling Path.cpp for Release+Asserts build
  689. llvm[1]: Compiling PathV2.cpp for Release+Asserts build
  690. llvm[1]: Compiling PluginLoader.cpp for Release+Asserts build
  691. llvm[1]: Compiling PrettyStackTrace.cpp for Release+Asserts build
  692. llvm[1]: Compiling Process.cpp for Release+Asserts build
  693. llvm[1]: Compiling Program.cpp for Release+Asserts build
  694. llvm[1]: Compiling RWMutex.cpp for Release+Asserts build
  695. llvm[1]: Compiling Regex.cpp for Release+Asserts build
  696. llvm[1]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release+Asserts build
  697. llvm[1]: Compiling Signals.cpp for Release+Asserts build
  698. llvm[1]: Compiling SmallPtrSet.cpp for Release+Asserts build
  699. llvm[1]: Compiling SmallVector.cpp for Release+Asserts build
  700. llvm[1]: Compiling SourceMgr.cpp for Release+Asserts build
  701. llvm[1]: Compiling Statistic.cpp for Release+Asserts build
  702. llvm[1]: Compiling StreamableMemoryObject.cpp for Release+Asserts build
  703. llvm[1]: Compiling StringExtras.cpp for Release+Asserts build
  704. llvm[1]: Compiling StringMap.cpp for Release+Asserts build
  705. llvm[1]: Compiling StringPool.cpp for Release+Asserts build
  706. llvm[1]: Compiling StringRef.cpp for Release+Asserts build
  707. llvm[1]: Compiling SystemUtils.cpp for Release+Asserts build
  708. llvm[1]: Compiling TargetRegistry.cpp for Release+Asserts build
  709. llvm[1]: Compiling ThreadLocal.cpp for Release+Asserts build
  710. llvm[1]: Compiling Threading.cpp for Release+Asserts build
  711. llvm[1]: Compiling TimeValue.cpp for Release+Asserts build
  712. llvm[1]: Compiling Timer.cpp for Release+Asserts build
  713. llvm[1]: Compiling ToolOutputFile.cpp for Release+Asserts build
  714. llvm[1]: Compiling Triple.cpp for Release+Asserts build
  715. llvm[1]: Compiling Twine.cpp for Release+Asserts build
  716. llvm[1]: Compiling Valgrind.cpp for Release+Asserts build
  717. llvm[1]: Compiling YAMLParser.cpp for Release+Asserts build
  718. llvm[1]: Compiling circular_raw_ostream.cpp for Release+Asserts build
  719. llvm[1]: Compiling raw_os_ostream.cpp for Release+Asserts build
  720. llvm[1]: Compiling raw_ostream.cpp for Release+Asserts build
  721. llvm[1]: Compiling regcomp.c for Release+Asserts build
  722. llvm[1]: Compiling regerror.c for Release+Asserts build
  723. llvm[1]: Compiling regexec.c for Release+Asserts build
  724. llvm[1]: Compiling regfree.c for Release+Asserts build
  725. llvm[1]: Compiling regstrlcpy.c for Release+Asserts build
  726. llvm[1]: Compiling system_error.cpp for Release+Asserts build
  727. llvm[1]: Building Release+Asserts Archive Library libLLVMSupport.a
  728. llvm[1]: Compiling Error.cpp for Release+Asserts build
  729. llvm[1]: Compiling Main.cpp for Release+Asserts build
  730. llvm[1]: Compiling Record.cpp for Release+Asserts build
  731. llvm[1]: Compiling TGLexer.cpp for Release+Asserts build
  732. llvm[1]: Compiling TGParser.cpp for Release+Asserts build
  733. llvm[1]: Compiling TableGenAction.cpp for Release+Asserts build
  734. llvm[1]: Compiling TableGenBackend.cpp for Release+Asserts build
  735. llvm[1]: Building Release+Asserts Archive Library libLLVMTableGen.a
  736. llvm[2]: Compiling FileCheck.cpp for Release+Asserts build
  737. llvm[2]: Linking Release+Asserts executable FileCheck (without symbols)
  738. llvm[2]: ======= Finished Linking Release+Asserts Executable FileCheck (without symbols)
  739. llvm[2]: Compiling FileUpdate.cpp for Release+Asserts build
  740. llvm[2]: Linking Release+Asserts executable FileUpdate (without symbols)
  741. llvm[2]: ======= Finished Linking Release+Asserts Executable FileUpdate (without symbols)
  742. llvm[2]: Compiling AsmMatcherEmitter.cpp for Release+Asserts build
  743. llvm[2]: Compiling AsmWriterEmitter.cpp for Release+Asserts build
  744. llvm[2]: Compiling AsmWriterInst.cpp for Release+Asserts build
  745. llvm[2]: Compiling CallingConvEmitter.cpp for Release+Asserts build
  746. llvm[2]: Compiling CodeEmitterGen.cpp for Release+Asserts build
  747. llvm[2]: Compiling CodeGenDAGPatterns.cpp for Release+Asserts build
  748. llvm[2]: Compiling CodeGenInstruction.cpp for Release+Asserts build
  749. llvm[2]: Compiling CodeGenRegisters.cpp for Release+Asserts build
  750. llvm[2]: Compiling CodeGenTarget.cpp for Release+Asserts build
  751. llvm[2]: Compiling DAGISelEmitter.cpp for Release+Asserts build
  752. llvm[2]: Compiling DAGISelMatcher.cpp for Release+Asserts build
  753. llvm[2]: Compiling DAGISelMatcherEmitter.cpp for Release+Asserts build
  754. llvm[2]: Compiling DAGISelMatcherGen.cpp for Release+Asserts build
  755. llvm[2]: Compiling DAGISelMatcherOpt.cpp for Release+Asserts build
  756. llvm[2]: Compiling DFAPacketizerEmitter.cpp for Release+Asserts build
  757. llvm[2]: Compiling DisassemblerEmitter.cpp for Release+Asserts build
  758. llvm[2]: Compiling EDEmitter.cpp for Release+Asserts build
  759. llvm[2]: Compiling FastISelEmitter.cpp for Release+Asserts build
  760. llvm[2]: Compiling FixedLenDecoderEmitter.cpp for Release+Asserts build
  761. llvm[2]: Compiling InstrInfoEmitter.cpp for Release+Asserts build
  762. llvm[2]: Compiling IntrinsicEmitter.cpp for Release+Asserts build
  763. llvm[2]: Compiling PseudoLoweringEmitter.cpp for Release+Asserts build
  764. llvm[2]: Compiling RegisterInfoEmitter.cpp for Release+Asserts build
  765. llvm[2]: Compiling SetTheory.cpp for Release+Asserts build
  766. llvm[2]: Compiling StringMatcher.cpp for Release+Asserts build
  767. llvm[2]: Compiling SubtargetEmitter.cpp for Release+Asserts build
  768. llvm[2]: Compiling TGValueTypes.cpp for Release+Asserts build
  769. llvm[2]: Compiling TableGen.cpp for Release+Asserts build
  770. llvm[2]: Compiling X86DisassemblerTables.cpp for Release+Asserts build
  771. llvm[2]: Compiling X86ModRMFilters.cpp for Release+Asserts build
  772. llvm[2]: Compiling X86RecognizableInstr.cpp for Release+Asserts build
  773. llvm[2]: Linking Release+Asserts executable llvm-tblgen (without symbols)
  774. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-tblgen (without symbols)
  775. llvm[2]: Compiling PerfectShuffle.cpp for Release+Asserts build
  776. llvm[2]: Linking Release+Asserts executable llvm-PerfectShuffle (without symbols)
  777. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-PerfectShuffle (without symbols)
  778. llvm[2]: Compiling count.c for Release+Asserts build
  779. llvm[2]: Linking Release+Asserts executable count (without symbols)
  780. llvm[2]: ======= Finished Linking Release+Asserts Executable count (without symbols)
  781. llvm[2]: Compiling fpcmp.cpp for Release+Asserts build
  782. llvm[2]: Linking Release+Asserts executable fpcmp (without symbols)
  783. llvm[2]: ======= Finished Linking Release+Asserts Executable fpcmp (without symbols)
  784. llvm[2]: Creating 'llvm-lit' script...
  785. llvm[2]: Compiling not.cpp for Release+Asserts build
  786. llvm[2]: Linking Release+Asserts executable not (without symbols)
  787. llvm[2]: ======= Finished Linking Release+Asserts Executable not (without symbols)
  788. llvm[3]: Compiling gtest.cc for Release+Asserts build
  789. llvm[3]: Compiling gtest-death-test.cc for Release+Asserts build
  790. llvm[3]: Compiling gtest-filepath.cc for Release+Asserts build
  791. llvm[3]: Compiling gtest-port.cc for Release+Asserts build
  792. llvm[3]: Compiling gtest-printers.cc for Release+Asserts build
  793. llvm[3]: Compiling gtest-test-part.cc for Release+Asserts build
  794. llvm[3]: Compiling gtest-typed-test.cc for Release+Asserts build
  795. llvm[3]: Building Release+Asserts Archive Library libgtest.a
  796. llvm[3]: Compiling TestMain.cpp for Release+Asserts build
  797. llvm[3]: Building Release+Asserts Archive Library libgtest_main.a
  798. llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
  799. llvm[1]: Updated Intrinsics.gen because Intrinsics.gen.tmp changed significantly.
  800. llvm[1]: Compiling AsmWriter.cpp for Release+Asserts build
  801. llvm[1]: Compiling Attributes.cpp for Release+Asserts build
  802. llvm[1]: Compiling AutoUpgrade.cpp for Release+Asserts build
  803. llvm[1]: Compiling BasicBlock.cpp for Release+Asserts build
  804. llvm[1]: Compiling ConstantFold.cpp for Release+Asserts build
  805. llvm[1]: Compiling Constants.cpp for Release+Asserts build
  806. llvm[1]: Compiling Core.cpp for Release+Asserts build
  807. llvm[1]: Compiling DebugLoc.cpp for Release+Asserts build
  808. llvm[1]: Compiling Dominators.cpp for Release+Asserts build
  809. llvm[1]: Compiling Function.cpp for Release+Asserts build
  810. llvm[1]: Compiling GCOV.cpp for Release+Asserts build
  811. llvm[1]: Compiling GVMaterializer.cpp for Release+Asserts build
  812. llvm[1]: Compiling Globals.cpp for Release+Asserts build
  813. llvm[1]: Compiling IRBuilder.cpp for Release+Asserts build
  814. llvm[1]: Compiling InlineAsm.cpp for Release+Asserts build
  815. llvm[1]: Compiling Instruction.cpp for Release+Asserts build
  816. llvm[1]: Compiling Instructions.cpp for Release+Asserts build
  817. llvm[1]: Compiling IntrinsicInst.cpp for Release+Asserts build
  818. llvm[1]: Compiling LLVMContext.cpp for Release+Asserts build
  819. llvm[1]: Compiling LLVMContextImpl.cpp for Release+Asserts build
  820. llvm[1]: Compiling LeakDetector.cpp for Release+Asserts build
  821. llvm[1]: Compiling Metadata.cpp for Release+Asserts build
  822. llvm[1]: Compiling Module.cpp for Release+Asserts build
  823. llvm[1]: Compiling Pass.cpp for Release+Asserts build
  824. llvm[1]: Compiling PassManager.cpp for Release+Asserts build
  825. llvm[1]: Compiling PassRegistry.cpp for Release+Asserts build
  826. llvm[1]: Compiling PrintModulePass.cpp for Release+Asserts build
  827. llvm[1]: Compiling Type.cpp for Release+Asserts build
  828. llvm[1]: Compiling Use.cpp for Release+Asserts build
  829. llvm[1]: Compiling User.cpp for Release+Asserts build
  830. llvm[1]: Compiling Value.cpp for Release+Asserts build
  831. llvm[1]: Compiling ValueSymbolTable.cpp for Release+Asserts build
  832. llvm[1]: Compiling ValueTypes.cpp for Release+Asserts build
  833. llvm[1]: Compiling Verifier.cpp for Release+Asserts build
  834. llvm[1]: Building Release+Asserts Archive Library libLLVMCore.a
  835. make[2]: Nothing to be done for `all'.
  836. llvm[2]: Compiling LLLexer.cpp for Release+Asserts build
  837. llvm[2]: Compiling LLParser.cpp for Release+Asserts build
  838. llvm[2]: Compiling Parser.cpp for Release+Asserts build
  839. llvm[2]: Building Release+Asserts Archive Library libLLVMAsmParser.a
  840. llvm[3]: Compiling BitReader.cpp for Release+Asserts build
  841. llvm[3]: Compiling BitcodeReader.cpp for Release+Asserts build
  842. llvm[3]: Building Release+Asserts Archive Library libLLVMBitReader.a
  843. llvm[3]: Compiling BitWriter.cpp for Release+Asserts build
  844. llvm[3]: Compiling BitcodeWriter.cpp for Release+Asserts build
  845. llvm[3]: Compiling BitcodeWriterPass.cpp for Release+Asserts build
  846. llvm[3]: Compiling ValueEnumerator.cpp for Release+Asserts build
  847. llvm[3]: Building Release+Asserts Archive Library libLLVMBitWriter.a
  848. llvm[2]: Compiling Archive.cpp for Release+Asserts build
  849. llvm[2]: Compiling ArchiveReader.cpp for Release+Asserts build
  850. llvm[2]: Compiling ArchiveWriter.cpp for Release+Asserts build
  851. llvm[2]: Building Release+Asserts Archive Library libLLVMArchive.a
  852. llvm[2]: Compiling AliasAnalysis.cpp for Release+Asserts build
  853. llvm[2]: Compiling AliasAnalysisCounter.cpp for Release+Asserts build
  854. llvm[2]: Compiling AliasAnalysisEvaluator.cpp for Release+Asserts build
  855. llvm[2]: Compiling AliasDebugger.cpp for Release+Asserts build
  856. llvm[2]: Compiling AliasSetTracker.cpp for Release+Asserts build
  857. llvm[2]: Compiling Analysis.cpp for Release+Asserts build
  858. llvm[2]: Compiling BasicAliasAnalysis.cpp for Release+Asserts build
  859. llvm[2]: Compiling BlockFrequencyInfo.cpp for Release+Asserts build
  860. llvm[2]: Compiling BranchProbabilityInfo.cpp for Release+Asserts build
  861. llvm[2]: Compiling CFGPrinter.cpp for Release+Asserts build
  862. llvm[2]: Compiling CaptureTracking.cpp for Release+Asserts build
  863. llvm[2]: Compiling CodeMetrics.cpp for Release+Asserts build
  864. llvm[2]: Compiling ConstantFolding.cpp for Release+Asserts build
  865. llvm[2]: Compiling DIBuilder.cpp for Release+Asserts build
  866. llvm[2]: Compiling DbgInfoPrinter.cpp for Release+Asserts build
  867. llvm[2]: Compiling DebugInfo.cpp for Release+Asserts build
  868. llvm[2]: Compiling DomPrinter.cpp for Release+Asserts build
  869. llvm[2]: Compiling DominanceFrontier.cpp for Release+Asserts build
  870. llvm[2]: Compiling IVUsers.cpp for Release+Asserts build
  871. llvm[2]: Compiling InlineCost.cpp for Release+Asserts build
  872. llvm[2]: Compiling InstCount.cpp for Release+Asserts build
  873. llvm[2]: Compiling InstructionSimplify.cpp for Release+Asserts build
  874. llvm[2]: Compiling Interval.cpp for Release+Asserts build
  875. llvm[2]: Compiling IntervalPartition.cpp for Release+Asserts build
  876. llvm[2]: Compiling LazyValueInfo.cpp for Release+Asserts build
  877. llvm[2]: Compiling LibCallAliasAnalysis.cpp for Release+Asserts build
  878. llvm[2]: Compiling LibCallSemantics.cpp for Release+Asserts build
  879. llvm[2]: Compiling Lint.cpp for Release+Asserts build
  880. llvm[2]: Compiling Loads.cpp for Release+Asserts build
  881. llvm[2]: Compiling LoopDependenceAnalysis.cpp for Release+Asserts build
  882. llvm[2]: Compiling LoopInfo.cpp for Release+Asserts build
  883. llvm[2]: Compiling LoopPass.cpp for Release+Asserts build
  884. llvm[2]: Compiling MemDepPrinter.cpp for Release+Asserts build
  885. llvm[2]: Compiling MemoryBuiltins.cpp for Release+Asserts build
  886. llvm[2]: Compiling MemoryDependenceAnalysis.cpp for Release+Asserts build
  887. llvm[2]: Compiling ModuleDebugInfoPrinter.cpp for Release+Asserts build
  888. llvm[2]: Compiling NoAliasAnalysis.cpp for Release+Asserts build
  889. llvm[2]: Compiling PHITransAddr.cpp for Release+Asserts build
  890. llvm[2]: Compiling PathNumbering.cpp for Release+Asserts build
  891. llvm[2]: Compiling PathProfileInfo.cpp for Release+Asserts build
  892. llvm[2]: Compiling PathProfileVerifier.cpp for Release+Asserts build
  893. llvm[2]: Compiling PostDominators.cpp for Release+Asserts build
  894. llvm[2]: Compiling ProfileEstimatorPass.cpp for Release+Asserts build
  895. llvm[2]: Compiling ProfileInfo.cpp for Release+Asserts build
  896. llvm[2]: Compiling ProfileInfoLoader.cpp for Release+Asserts build
  897. llvm[2]: Compiling ProfileInfoLoaderPass.cpp for Release+Asserts build
  898. llvm[2]: Compiling ProfileVerifierPass.cpp for Release+Asserts build
  899. llvm[2]: Compiling RegionInfo.cpp for Release+Asserts build
  900. llvm[2]: Compiling RegionPass.cpp for Release+Asserts build
  901. llvm[2]: Compiling RegionPrinter.cpp for Release+Asserts build
  902. llvm[2]: Compiling ScalarEvolution.cpp for Release+Asserts build
  903. llvm[2]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release+Asserts build
  904. llvm[2]: Compiling ScalarEvolutionExpander.cpp for Release+Asserts build
  905. llvm[2]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build
  906. llvm[2]: Compiling SparsePropagation.cpp for Release+Asserts build
  907. llvm[2]: Compiling Trace.cpp for Release+Asserts build
  908. llvm[2]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build
  909. llvm[2]: Compiling ValueTracking.cpp for Release+Asserts build
  910. llvm[2]: Building Release+Asserts Archive Library libLLVMAnalysis.a
  911. llvm[3]: Compiling CallGraph.cpp for Release+Asserts build
  912. llvm[3]: Compiling CallGraphSCCPass.cpp for Release+Asserts build
  913. llvm[3]: Compiling FindUsedTypes.cpp for Release+Asserts build
  914. llvm[3]: Compiling GlobalsModRef.cpp for Release+Asserts build
  915. llvm[3]: Compiling IPA.cpp for Release+Asserts build
  916. llvm[3]: Building Release+Asserts Archive Library libLLVMipa.a
  917. llvm[3]: Compiling AddrModeMatcher.cpp for Release+Asserts build
  918. llvm[3]: Compiling BasicBlockUtils.cpp for Release+Asserts build
  919. llvm[3]: Compiling BreakCriticalEdges.cpp for Release+Asserts build
  920. llvm[3]: Compiling BuildLibCalls.cpp for Release+Asserts build
  921. llvm[3]: Compiling CloneFunction.cpp for Release+Asserts build
  922. llvm[3]: Compiling CloneModule.cpp for Release+Asserts build
  923. llvm[3]: Compiling CmpInstAnalysis.cpp for Release+Asserts build
  924. llvm[3]: Compiling CodeExtractor.cpp for Release+Asserts build
  925. llvm[3]: Compiling DemoteRegToStack.cpp for Release+Asserts build
  926. llvm[3]: Compiling InlineFunction.cpp for Release+Asserts build
  927. llvm[3]: Compiling InstructionNamer.cpp for Release+Asserts build
  928. llvm[3]: Compiling LCSSA.cpp for Release+Asserts build
  929. llvm[3]: Compiling Local.cpp for Release+Asserts build
  930. llvm[3]: Compiling LoopSimplify.cpp for Release+Asserts build
  931. llvm[3]: Compiling LoopUnroll.cpp for Release+Asserts build
  932. llvm[3]: Compiling LoopUnrollRuntime.cpp for Release+Asserts build
  933. llvm[3]: Compiling LowerExpectIntrinsic.cpp for Release+Asserts build
  934. llvm[3]: Compiling LowerInvoke.cpp for Release+Asserts build
  935. llvm[3]: Compiling LowerSwitch.cpp for Release+Asserts build
  936. llvm[3]: Compiling Mem2Reg.cpp for Release+Asserts build
  937. llvm[3]: Compiling ModuleUtils.cpp for Release+Asserts build
  938. llvm[3]: Compiling PromoteMemoryToRegister.cpp for Release+Asserts build
  939. llvm[3]: Compiling SSAUpdater.cpp for Release+Asserts build
  940. llvm[3]: Compiling SimplifyCFG.cpp for Release+Asserts build
  941. llvm[3]: Compiling SimplifyIndVar.cpp for Release+Asserts build
  942. llvm[3]: Compiling SimplifyInstructions.cpp for Release+Asserts build
  943. llvm[3]: Compiling UnifyFunctionExitNodes.cpp for Release+Asserts build
  944. llvm[3]: Compiling Utils.cpp for Release+Asserts build
  945. llvm[3]: Compiling ValueMapper.cpp for Release+Asserts build
  946. llvm[3]: Building Release+Asserts Archive Library libLLVMTransformUtils.a
  947. llvm[3]: Compiling AddressSanitizer.cpp for Release+Asserts build
  948. llvm[3]: Compiling EdgeProfiling.cpp for Release+Asserts build
  949. llvm[3]: Compiling FunctionBlackList.cpp for Release+Asserts build
  950. llvm[3]: Compiling GCOVProfiling.cpp for Release+Asserts build
  951. llvm[3]: Compiling Instrumentation.cpp for Release+Asserts build
  952. llvm[3]: Compiling OptimalEdgeProfiling.cpp for Release+Asserts build
  953. llvm[3]: Compiling PathProfiling.cpp for Release+Asserts build
  954. llvm[3]: Compiling ProfilingUtils.cpp for Release+Asserts build
  955. llvm[3]: Compiling ThreadSanitizer.cpp for Release+Asserts build
  956. llvm[3]: Building Release+Asserts Archive Library libLLVMInstrumentation.a
  957. llvm[3]: Compiling ADCE.cpp for Release+Asserts build
  958. llvm[3]: Compiling BasicBlockPlacement.cpp for Release+Asserts build
  959. llvm[3]: Compiling CodeGenPrepare.cpp for Release+Asserts build
  960. llvm[3]: Compiling ConstantProp.cpp for Release+Asserts build
  961. llvm[3]: Compiling CorrelatedValuePropagation.cpp for Release+Asserts build
  962. llvm[3]: Compiling DCE.cpp for Release+Asserts build
  963. llvm[3]: Compiling DeadStoreElimination.cpp for Release+Asserts build
  964. llvm[3]: Compiling EarlyCSE.cpp for Release+Asserts build
  965. llvm[3]: Compiling GVN.cpp for Release+Asserts build
  966. llvm[3]: Compiling GlobalMerge.cpp for Release+Asserts build
  967. llvm[3]: Compiling IndVarSimplify.cpp for Release+Asserts build
  968. llvm[3]: Compiling JumpThreading.cpp for Release+Asserts build
  969. llvm[3]: Compiling LICM.cpp for Release+Asserts build
  970. llvm[3]: Compiling LoopDeletion.cpp for Release+Asserts build
  971. llvm[3]: Compiling LoopIdiomRecognize.cpp for Release+Asserts build
  972. llvm[3]: Compiling LoopInstSimplify.cpp for Release+Asserts build
  973. llvm[3]: Compiling LoopRotation.cpp for Release+Asserts build
  974. llvm[3]: Compiling LoopStrengthReduce.cpp for Release+Asserts build
  975. llvm[3]: Compiling LoopUnrollPass.cpp for Release+Asserts build
  976. llvm[3]: Compiling LoopUnswitch.cpp for Release+Asserts build
  977. llvm[3]: Compiling LowerAtomic.cpp for Release+Asserts build
  978. llvm[3]: Compiling MemCpyOptimizer.cpp for Release+Asserts build
  979. llvm[3]: Compiling ObjCARC.cpp for Release+Asserts build
  980. llvm[3]: Compiling Reassociate.cpp for Release+Asserts build
  981. llvm[3]: Compiling Reg2Mem.cpp for Release+Asserts build
  982. llvm[3]: Compiling SCCP.cpp for Release+Asserts build
  983. llvm[3]: Compiling Scalar.cpp for Release+Asserts build
  984. llvm[3]: Compiling ScalarReplAggregates.cpp for Release+Asserts build
  985. llvm[3]: Compiling SimplifyCFGPass.cpp for Release+Asserts build
  986. llvm[3]: Compiling SimplifyLibCalls.cpp for Release+Asserts build
  987. llvm[3]: Compiling Sink.cpp for Release+Asserts build
  988. llvm[3]: Compiling TailRecursionElimination.cpp for Release+Asserts build
  989. llvm[3]: Building Release+Asserts Archive Library libLLVMScalarOpts.a
  990. llvm[3]: Compiling InstCombineAddSub.cpp for Release+Asserts build
  991. llvm[3]: Compiling InstCombineAndOrXor.cpp for Release+Asserts build
  992. llvm[3]: Compiling InstCombineCalls.cpp for Release+Asserts build
  993. llvm[3]: Compiling InstCombineCasts.cpp for Release+Asserts build
  994. llvm[3]: Compiling InstCombineCompares.cpp for Release+Asserts build
  995. llvm[3]: Compiling InstCombineLoadStoreAlloca.cpp for Release+Asserts build
  996. llvm[3]: Compiling InstCombineMulDivRem.cpp for Release+Asserts build
  997. llvm[3]: Compiling InstCombinePHI.cpp for Release+Asserts build
  998. llvm[3]: Compiling InstCombineSelect.cpp for Release+Asserts build
  999. llvm[3]: Compiling InstCombineShifts.cpp for Release+Asserts build
  1000. llvm[3]: Compiling InstCombineSimplifyDemanded.cpp for Release+Asserts build
  1001. llvm[3]: Compiling InstCombineVectorOps.cpp for Release+Asserts build
  1002. llvm[3]: Compiling InstructionCombining.cpp for Release+Asserts build
  1003. llvm[3]: Building Release+Asserts Archive Library libLLVMInstCombine.a
  1004. llvm[3]: Compiling ArgumentPromotion.cpp for Release+Asserts build
  1005. llvm[3]: Compiling ConstantMerge.cpp for Release+Asserts build
  1006. llvm[3]: Compiling DeadArgumentElimination.cpp for Release+Asserts build
  1007. llvm[3]: Compiling ExtractGV.cpp for Release+Asserts build
  1008. llvm[3]: Compiling FunctionAttrs.cpp for Release+Asserts build
  1009. llvm[3]: Compiling GlobalDCE.cpp for Release+Asserts build
  1010. llvm[3]: Compiling GlobalOpt.cpp for Release+Asserts build
  1011. llvm[3]: Compiling IPConstantPropagation.cpp for Release+Asserts build
  1012. llvm[3]: Compiling IPO.cpp for Release+Asserts build
  1013. llvm[3]: Compiling InlineAlways.cpp for Release+Asserts build
  1014. llvm[3]: Compiling InlineSimple.cpp for Release+Asserts build
  1015. llvm[3]: Compiling Inliner.cpp for Release+Asserts build
  1016. llvm[3]: Compiling Internalize.cpp for Release+Asserts build
  1017. llvm[3]: Compiling LoopExtractor.cpp for Release+Asserts build
  1018. llvm[3]: Compiling MergeFunctions.cpp for Release+Asserts build
  1019. llvm[3]: Compiling PartialInlining.cpp for Release+Asserts build
  1020. llvm[3]: Compiling PassManagerBuilder.cpp for Release+Asserts build
  1021. llvm[3]: Compiling PruneEH.cpp for Release+Asserts build
  1022. llvm[3]: Compiling StripDeadPrototypes.cpp for Release+Asserts build
  1023. llvm[3]: Compiling StripSymbols.cpp for Release+Asserts build
  1024. llvm[3]: Building Release+Asserts Archive Library libLLVMipo.a
  1025. llvm[3]: Compiling BBVectorize.cpp for Release+Asserts build
  1026. llvm[3]: Compiling Vectorize.cpp for Release+Asserts build
  1027. llvm[3]: Building Release+Asserts Archive Library libLLVMVectorize.a
  1028. llvm[3]: Compiling Hello.cpp for Release+Asserts build (PIC)
  1029. llvm[3]: Linking Release+Asserts Loadable Module LLVMHello.dylib
  1030. llvm[2]: Compiling AggressiveAntiDepBreaker.cpp for Release+Asserts build
  1031. llvm[2]: Compiling AllocationOrder.cpp for Release+Asserts build
  1032. llvm[2]: Compiling Analysis.cpp for Release+Asserts build
  1033. llvm[2]: Compiling BranchFolding.cpp for Release+Asserts build
  1034. llvm[2]: Compiling CalcSpillWeights.cpp for Release+Asserts build
  1035. llvm[2]: Compiling CallingConvLower.cpp for Release+Asserts build
  1036. llvm[2]: Compiling CodeGen.cpp for Release+Asserts build
  1037. llvm[2]: Compiling CodePlacementOpt.cpp for Release+Asserts build
  1038. llvm[2]: Compiling CriticalAntiDepBreaker.cpp for Release+Asserts build
  1039. llvm[2]: Compiling DFAPacketizer.cpp for Release+Asserts build
  1040. llvm[2]: Compiling DeadMachineInstructionElim.cpp for Release+Asserts build
  1041. llvm[2]: Compiling DwarfEHPrepare.cpp for Release+Asserts build
  1042. llvm[2]: Compiling EdgeBundles.cpp for Release+Asserts build
  1043. llvm[2]: Compiling ExecutionDepsFix.cpp for Release+Asserts build
  1044. llvm[2]: Compiling ExpandISelPseudos.cpp for Release+Asserts build
  1045. llvm[2]: Compiling ExpandPostRAPseudos.cpp for Release+Asserts build
  1046. llvm[2]: Compiling GCMetadata.cpp for Release+Asserts build
  1047. llvm[2]: Compiling GCMetadataPrinter.cpp for Release+Asserts build
  1048. llvm[2]: Compiling GCStrategy.cpp for Release+Asserts build
  1049. llvm[2]: Compiling IfConversion.cpp for Release+Asserts build
  1050. llvm[2]: Compiling InlineSpiller.cpp for Release+Asserts build
  1051. llvm[2]: Compiling InterferenceCache.cpp for Release+Asserts build
  1052. llvm[2]: Compiling IntrinsicLowering.cpp for Release+Asserts build
  1053. llvm[2]: Compiling JITCodeEmitter.cpp for Release+Asserts build
  1054. llvm[2]: Compiling LLVMTargetMachine.cpp for Release+Asserts build
  1055. llvm[2]: Compiling LatencyPriorityQueue.cpp for Release+Asserts build
  1056. llvm[2]: Compiling LexicalScopes.cpp for Release+Asserts build
  1057. llvm[2]: Compiling LiveDebugVariables.cpp for Release+Asserts build
  1058. llvm[2]: Compiling LiveInterval.cpp for Release+Asserts build
  1059. llvm[2]: Compiling LiveIntervalAnalysis.cpp for Release+Asserts build
  1060. llvm[2]: Compiling LiveIntervalUnion.cpp for Release+Asserts build
  1061. llvm[2]: Compiling LiveRangeCalc.cpp for Release+Asserts build
  1062. llvm[2]: Compiling LiveRangeEdit.cpp for Release+Asserts build
  1063. llvm[2]: Compiling LiveStackAnalysis.cpp for Release+Asserts build
  1064. llvm[2]: Compiling LiveVariables.cpp for Release+Asserts build
  1065. llvm[2]: Compiling LocalStackSlotAllocation.cpp for Release+Asserts build
  1066. llvm[2]: Compiling MachineBasicBlock.cpp for Release+Asserts build
  1067. llvm[2]: Compiling MachineBlockFrequencyInfo.cpp for Release+Asserts build
  1068. llvm[2]: Compiling MachineBlockPlacement.cpp for Release+Asserts build
  1069. llvm[2]: Compiling MachineBranchProbabilityInfo.cpp for Release+Asserts build
  1070. llvm[2]: Compiling MachineCSE.cpp for Release+Asserts build
  1071. llvm[2]: Compiling MachineCodeEmitter.cpp for Release+Asserts build
  1072. llvm[2]: Compiling MachineCopyPropagation.cpp for Release+Asserts build
  1073. llvm[2]: Compiling MachineDominators.cpp for Release+Asserts build
  1074. llvm[2]: Compiling MachineFunction.cpp for Release+Asserts build
  1075. llvm[2]: Compiling MachineFunctionAnalysis.cpp for Release+Asserts build
  1076. llvm[2]: Compiling MachineFunctionPass.cpp for Release+Asserts build
  1077. llvm[2]: Compiling MachineFunctionPrinterPass.cpp for Release+Asserts build
  1078. llvm[2]: Compiling MachineInstr.cpp for Release+Asserts build
  1079. llvm[2]: Compiling MachineInstrBundle.cpp for Release+Asserts build
  1080. llvm[2]: Compiling MachineLICM.cpp for Release+Asserts build
  1081. llvm[2]: Compiling MachineLoopInfo.cpp for Release+Asserts build
  1082. llvm[2]: Compiling MachineLoopRanges.cpp for Release+Asserts build
  1083. llvm[2]: Compiling MachineModuleInfo.cpp for Release+Asserts build
  1084. llvm[2]: Compiling MachineModuleInfoImpls.cpp for Release+Asserts build
  1085. llvm[2]: Compiling MachinePassRegistry.cpp for Release+Asserts build
  1086. llvm[2]: Compiling MachineRegisterInfo.cpp for Release+Asserts build
  1087. llvm[2]: Compiling MachineSSAUpdater.cpp for Release+Asserts build
  1088. llvm[2]: Compiling MachineScheduler.cpp for Release+Asserts build
  1089. llvm[2]: Compiling MachineSink.cpp for Release+Asserts build
  1090. llvm[2]: Compiling MachineVerifier.cpp for Release+Asserts build
  1091. llvm[2]: Compiling OcamlGC.cpp for Release+Asserts build
  1092. llvm[2]: Compiling OptimizePHIs.cpp for Release+Asserts build
  1093. llvm[2]: Compiling PHIElimination.cpp for Release+Asserts build
  1094. llvm[2]: Compiling PHIEliminationUtils.cpp for Release+Asserts build
  1095. llvm[2]: Compiling Passes.cpp for Release+Asserts build
  1096. llvm[2]: Compiling PeepholeOptimizer.cpp for Release+Asserts build
  1097. llvm[2]: Compiling PostRASchedulerList.cpp for Release+Asserts build
  1098. llvm[2]: Compiling ProcessImplicitDefs.cpp for Release+Asserts build
  1099. llvm[2]: Compiling PrologEpilogInserter.cpp for Release+Asserts build
  1100. llvm[2]: Compiling PseudoSourceValue.cpp for Release+Asserts build
  1101. llvm[2]: Compiling RegAllocBase.cpp for Release+Asserts build
  1102. llvm[2]: Compiling RegAllocBasic.cpp for Release+Asserts build
  1103. llvm[2]: Compiling RegAllocFast.cpp for Release+Asserts build
  1104. llvm[2]: Compiling RegAllocGreedy.cpp for Release+Asserts build
  1105. llvm[2]: Compiling RegAllocPBQP.cpp for Release+Asserts build
  1106. llvm[2]: Compiling RegisterClassInfo.cpp for Release+Asserts build
  1107. llvm[2]: Compiling RegisterCoalescer.cpp for Release+Asserts build
  1108. llvm[2]: Compiling RegisterScavenging.cpp for Release+Asserts build
  1109. llvm[2]: Compiling RenderMachineFunction.cpp for Release+Asserts build
  1110. llvm[2]: Compiling ScheduleDAG.cpp for Release+Asserts build
  1111. llvm[2]: Compiling ScheduleDAGInstrs.cpp for Release+Asserts build
  1112. llvm[2]: Compiling ScheduleDAGPrinter.cpp for Release+Asserts build
  1113. llvm[2]: Compiling ScoreboardHazardRecognizer.cpp for Release+Asserts build
  1114. llvm[2]: Compiling ShadowStackGC.cpp for Release+Asserts build
  1115. llvm[2]: Compiling ShrinkWrapping.cpp for Release+Asserts build
  1116. llvm[2]: Compiling SjLjEHPrepare.cpp for Release+Asserts build
  1117. llvm[2]: Compiling SlotIndexes.cpp for Release+Asserts build
  1118. llvm[2]: Compiling SpillPlacement.cpp for Release+Asserts build
  1119. llvm[2]: Compiling Spiller.cpp for Release+Asserts build
  1120. llvm[2]: Compiling SplitKit.cpp for Release+Asserts build
  1121. llvm[2]: Compiling StackProtector.cpp for Release+Asserts build
  1122. llvm[2]: Compiling StackSlotColoring.cpp for Release+Asserts build
  1123. llvm[2]: Compiling StrongPHIElimination.cpp for Release+Asserts build
  1124. llvm[2]: Compiling TailDuplication.cpp for Release+Asserts build
  1125. llvm[2]: Compiling TargetFrameLoweringImpl.cpp for Release+Asserts build
  1126. llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release+Asserts build
  1127. llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
  1128. llvm[2]: Compiling TargetOptionsImpl.cpp for Release+Asserts build
  1129. llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
  1130. llvm[2]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
  1131. llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build
  1132. llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a
  1133. llvm[3]: Compiling DAGCombiner.cpp for Release+Asserts build
  1134. llvm[3]: Compiling FastISel.cpp for Release+Asserts build
  1135. llvm[3]: Compiling FunctionLoweringInfo.cpp for Release+Asserts build
  1136. llvm[3]: Compiling InstrEmitter.cpp for Release+Asserts build
  1137. llvm[3]: Compiling LegalizeDAG.cpp for Release+Asserts build
  1138. llvm[3]: Compiling LegalizeFloatTypes.cpp for Release+Asserts build
  1139. llvm[3]: Compiling LegalizeIntegerTypes.cpp for Release+Asserts build
  1140. llvm[3]: Compiling LegalizeTypes.cpp for Release+Asserts build
  1141. llvm[3]: Compiling LegalizeTypesGeneric.cpp for Release+Asserts build
  1142. llvm[3]: Compiling LegalizeVectorOps.cpp for Release+Asserts build
  1143. llvm[3]: Compiling LegalizeVectorTypes.cpp for Release+Asserts build
  1144. llvm[3]: Compiling ResourcePriorityQueue.cpp for Release+Asserts build
  1145. llvm[3]: Compiling ScheduleDAGFast.cpp for Release+Asserts build
  1146. llvm[3]: Compiling ScheduleDAGRRList.cpp for Release+Asserts build
  1147. llvm[3]: Compiling ScheduleDAGSDNodes.cpp for Release+Asserts build
  1148. llvm[3]: Compiling ScheduleDAGVLIW.cpp for Release+Asserts build
  1149. llvm[3]: Compiling SelectionDAG.cpp for Release+Asserts build
  1150. llvm[3]: Compiling SelectionDAGBuilder.cpp for Release+Asserts build
  1151. llvm[3]: Compiling SelectionDAGDumper.cpp for Release+Asserts build
  1152. llvm[3]: Compiling SelectionDAGISel.cpp for Release+Asserts build
  1153. llvm[3]: Compiling SelectionDAGPrinter.cpp for Release+Asserts build
  1154. llvm[3]: Compiling TargetLowering.cpp for Release+Asserts build
  1155. llvm[3]: Compiling TargetSelectionDAGInfo.cpp for Release+Asserts build
  1156. llvm[3]: Building Release+Asserts Archive Library libLLVMSelectionDAG.a
  1157. llvm[3]: Compiling ARMException.cpp for Release+Asserts build
  1158. llvm[3]: Compiling AsmPrinter.cpp for Release+Asserts build
  1159. llvm[3]: Compiling AsmPrinterDwarf.cpp for Release+Asserts build
  1160. llvm[3]: Compiling AsmPrinterInlineAsm.cpp for Release+Asserts build
  1161. llvm[3]: Compiling DIE.cpp for Release+Asserts build
  1162. llvm[3]: Compiling DwarfAccelTable.cpp for Release+Asserts build
  1163. llvm[3]: Compiling DwarfCFIException.cpp for Release+Asserts build
  1164. llvm[3]: Compiling DwarfCompileUnit.cpp for Release+Asserts build
  1165. llvm[3]: Compiling DwarfDebug.cpp for Release+Asserts build
  1166. llvm[3]: Compiling DwarfException.cpp for Release+Asserts build
  1167. llvm[3]: Compiling OcamlGCPrinter.cpp for Release+Asserts build
  1168. llvm[3]: Compiling Win64Exception.cpp for Release+Asserts build
  1169. llvm[3]: Building Release+Asserts Archive Library libLLVMAsmPrinter.a
  1170. llvm[2]: Compiling Mangler.cpp for Release+Asserts build
  1171. llvm[2]: Compiling Target.cpp for Release+Asserts build
  1172. llvm[2]: Compiling TargetData.cpp for Release+Asserts build
  1173. llvm[2]: Compiling TargetELFWriterInfo.cpp for Release+Asserts build
  1174. llvm[2]: Compiling TargetInstrInfo.cpp for Release+Asserts build
  1175. llvm[2]: Compiling TargetIntrinsicInfo.cpp for Release+Asserts build
  1176. llvm[2]: Compiling TargetJITInfo.cpp for Release+Asserts build
  1177. llvm[2]: Compiling TargetLibraryInfo.cpp for Release+Asserts build
  1178. llvm[2]: Compiling TargetLoweringObjectFile.cpp for Release+Asserts build
  1179. llvm[2]: Compiling TargetMachine.cpp for Release+Asserts build
  1180. llvm[2]: Compiling TargetMachineC.cpp for Release+Asserts build
  1181. llvm[2]: Compiling TargetRegisterInfo.cpp for Release+Asserts build
  1182. llvm[2]: Compiling TargetSubtargetInfo.cpp for Release+Asserts build
  1183. llvm[2]: Building Release+Asserts Archive Library libLLVMTarget.a
  1184. llvm[3]: Building X86.td register info implementation with tblgen
  1185. llvm[3]: Building X86.td instruction information with tblgen
  1186. llvm[3]: Building X86.td assembly writer with tblgen
  1187. llvm[3]: Building X86.td assembly matcher with tblgen
  1188. llvm[3]: Building X86.td assembly writer #1 with tblgen
  1189. llvm[3]: Building X86.td DAG instruction selector implementation with tblgen
  1190. llvm[3]: Building X86.td disassembly tables with tblgen
  1191. llvm[3]: Building X86.td "fast" instruction selector implementation with tblgen
  1192. llvm[3]: Building X86.td calling convention information with tblgen
  1193. llvm[3]: Building X86.td subtarget information with tblgen
  1194. llvm[3]: Building X86.td enhanced disassembly information with tblgen
  1195. llvm[3]: Compiling X86AsmPrinter.cpp for Release+Asserts build
  1196. llvm[3]: Compiling X86COFFMachineModuleInfo.cpp for Release+Asserts build
  1197. llvm[3]: Compiling X86CodeEmitter.cpp for Release+Asserts build
  1198. llvm[3]: Compiling X86ELFWriterInfo.cpp for Release+Asserts build
  1199. llvm[3]: Compiling X86FastISel.cpp for Release+Asserts build
  1200. llvm[3]: Compiling X86FloatingPoint.cpp for Release+Asserts build
  1201. llvm[3]: Compiling X86FrameLowering.cpp for Release+Asserts build
  1202. llvm[3]: Compiling X86ISelDAGToDAG.cpp for Release+Asserts build
  1203. llvm[3]: Compiling X86ISelLowering.cpp for Release+Asserts build
  1204. llvm[3]: Compiling X86InstrInfo.cpp for Release+Asserts build
  1205. llvm[3]: Compiling X86JITInfo.cpp for Release+Asserts build
  1206. llvm[3]: Compiling X86MCInstLower.cpp for Release+Asserts build
  1207. llvm[3]: Compiling X86MachineFunctionInfo.cpp for Release+Asserts build
  1208. llvm[3]: Compiling X86RegisterInfo.cpp for Release+Asserts build
  1209. llvm[3]: Compiling X86SelectionDAGInfo.cpp for Release+Asserts build
  1210. llvm[3]: Compiling X86Subtarget.cpp for Release+Asserts build
  1211. llvm[3]: Compiling X86TargetMachine.cpp for Release+Asserts build
  1212. llvm[3]: Compiling X86TargetObjectFile.cpp for Release+Asserts build
  1213. llvm[3]: Compiling X86VZeroUpper.cpp for Release+Asserts build
  1214. llvm[3]: Building Release+Asserts Archive Library libLLVMX86CodeGen.a
  1215. llvm[4]: Compiling X86ATTInstPrinter.cpp for Release+Asserts build
  1216. llvm[4]: Compiling X86InstComments.cpp for Release+Asserts build
  1217. llvm[4]: Compiling X86IntelInstPrinter.cpp for Release+Asserts build
  1218. llvm[4]: Building Release+Asserts Archive Library libLLVMX86AsmPrinter.a
  1219. llvm[4]: Compiling X86AsmLexer.cpp for Release+Asserts build
  1220. llvm[4]: Compiling X86AsmParser.cpp for Release+Asserts build
  1221. llvm[4]: Building Release+Asserts Archive Library libLLVMX86AsmParser.a
  1222. llvm[4]: Compiling X86Disassembler.cpp for Release+Asserts build
  1223. llvm[4]: Compiling X86DisassemblerDecoder.c for Release+Asserts build
  1224. llvm[4]: Building Release+Asserts Archive Library libLLVMX86Disassembler.a
  1225. llvm[4]: Compiling X86TargetInfo.cpp for Release+Asserts build
  1226. llvm[4]: Building Release+Asserts Archive Library libLLVMX86Info.a
  1227. llvm[4]: Compiling X86AsmBackend.cpp for Release+Asserts build
  1228. llvm[4]: Compiling X86ELFObjectWriter.cpp for Release+Asserts build
  1229. llvm[4]: Compiling X86MCAsmInfo.cpp for Release+Asserts build
  1230. llvm[4]: Compiling X86MCCodeEmitter.cpp for Release+Asserts build
  1231. llvm[4]: Compiling X86MCTargetDesc.cpp for Release+Asserts build
  1232. llvm[4]: Compiling X86MachObjectWriter.cpp for Release+Asserts build
  1233. llvm[4]: Compiling X86WinCOFFObjectWriter.cpp for Release+Asserts build
  1234. llvm[4]: Building Release+Asserts Archive Library libLLVMX86Desc.a
  1235. llvm[4]: Compiling X86ShuffleDecode.cpp for Release+Asserts build
  1236. llvm[4]: Building Release+Asserts Archive Library libLLVMX86Utils.a
  1237. llvm[2]: Compiling ExecutionEngine.cpp for Release+Asserts build
  1238. llvm[2]: Compiling ExecutionEngineBindings.cpp for Release+Asserts build
  1239. llvm[2]: Compiling TargetSelect.cpp for Release+Asserts build
  1240. llvm[2]: Building Release+Asserts Archive Library libLLVMExecutionEngine.a
  1241. llvm[3]: Compiling Execution.cpp for Release+Asserts build
  1242. llvm[3]: Compiling ExternalFunctions.cpp for Release+Asserts build
  1243. llvm[3]: Compiling Interpreter.cpp for Release+Asserts build
  1244. llvm[3]: Building Release+Asserts Archive Library libLLVMInterpreter.a
  1245. llvm[3]: Compiling JIT.cpp for Release+Asserts build
  1246. llvm[3]: Compiling JITDwarfEmitter.cpp for Release+Asserts build
  1247. llvm[3]: Compiling JITEmitter.cpp for Release+Asserts build
  1248. llvm[3]: Compiling JITMemoryManager.cpp for Release+Asserts build
  1249. llvm[3]: Building Release+Asserts Archive Library libLLVMJIT.a
  1250. llvm[3]: Compiling MCJIT.cpp for Release+Asserts build
  1251. llvm[3]: Compiling MCJITMemoryManager.cpp for Release+Asserts build
  1252. llvm[3]: Building Release+Asserts Archive Library libLLVMMCJIT.a
  1253. llvm[3]: Compiling GDBRegistrar.cpp for Release+Asserts build
  1254. llvm[3]: Compiling RuntimeDyld.cpp for Release+Asserts build
  1255. llvm[3]: Compiling RuntimeDyldELF.cpp for Release+Asserts build
  1256. llvm[3]: Compiling RuntimeDyldMachO.cpp for Release+Asserts build
  1257. llvm[3]: Building Release+Asserts Archive Library libLLVMRuntimeDyld.a
  1258. llvm[2]: Compiling LinkArchives.cpp for Release+Asserts build
  1259. llvm[2]: Compiling LinkItems.cpp for Release+Asserts build
  1260. llvm[2]: Compiling LinkModules.cpp for Release+Asserts build
  1261. llvm[2]: Compiling Linker.cpp for Release+Asserts build
  1262. llvm[2]: Building Release+Asserts Archive Library libLLVMLinker.a
  1263. llvm[2]: Compiling ELFObjectWriter.cpp for Release+Asserts build
  1264. llvm[2]: Compiling MCAsmBackend.cpp for Release+Asserts build
  1265. llvm[2]: Compiling MCAsmInfo.cpp for Release+Asserts build
  1266. llvm[2]: Compiling MCAsmInfoCOFF.cpp for Release+Asserts build
  1267. llvm[2]: Compiling MCAsmInfoDarwin.cpp for Release+Asserts build
  1268. llvm[2]: Compiling MCAsmStreamer.cpp for Release+Asserts build
  1269. llvm[2]: Compiling MCAssembler.cpp for Release+Asserts build
  1270. llvm[2]: Compiling MCAtom.cpp for Release+Asserts build
  1271. llvm[2]: Compiling MCCodeEmitter.cpp for Release+Asserts build
  1272. llvm[2]: Compiling MCCodeGenInfo.cpp for Release+Asserts build
  1273. llvm[2]: Compiling MCContext.cpp for Release+Asserts build
  1274. llvm[2]: Compiling MCDisassembler.cpp for Release+Asserts build
  1275. llvm[2]: Compiling MCDwarf.cpp for Release+Asserts build
  1276. llvm[2]: Compiling MCELF.cpp for Release+Asserts build
  1277. llvm[2]: Compiling MCELFObjectTargetWriter.cpp for Release+Asserts build
  1278. llvm[2]: Compiling MCELFStreamer.cpp for Release+Asserts build
  1279. llvm[2]: Compiling MCExpr.cpp for Release+Asserts build
  1280. llvm[2]: Compiling MCInst.cpp for Release+Asserts build
  1281. llvm[2]: Compiling MCInstPrinter.cpp for Release+Asserts build
  1282. llvm[2]: Compiling MCInstrAnalysis.cpp for Release+Asserts build
  1283. llvm[2]: Compiling MCLabel.cpp for Release+Asserts build
  1284. llvm[2]: Compiling MCMachOStreamer.cpp for Release+Asserts build
  1285. llvm[2]: Compiling MCMachObjectTargetWriter.cpp for Release+Asserts build
  1286. llvm[2]: Compiling MCModule.cpp for Release+Asserts build
  1287. llvm[2]: Compiling MCNullStreamer.cpp for Release+Asserts build
  1288. llvm[2]: Compiling MCObjectFileInfo.cpp for Release+Asserts build
  1289. llvm[2]: Compiling MCObjectStreamer.cpp for Release+Asserts build
  1290. llvm[2]: Compiling MCObjectWriter.cpp for Release+Asserts build
  1291. llvm[2]: Compiling MCPureStreamer.cpp for Release+Asserts build
  1292. llvm[2]: Compiling MCSection.cpp for Release+Asserts build
  1293. llvm[2]: Compiling MCSectionCOFF.cpp for Release+Asserts build
  1294. llvm[2]: Compiling MCSectionELF.cpp for Release+Asserts build
  1295. llvm[2]: Compiling MCSectionMachO.cpp for Release+Asserts build
  1296. llvm[2]: Compiling MCStreamer.cpp for Release+Asserts build
  1297. llvm[2]: Compiling MCSubtargetInfo.cpp for Release+Asserts build
  1298. llvm[2]: Compiling MCSymbol.cpp for Release+Asserts build
  1299. llvm[2]: Compiling MCTargetAsmLexer.cpp for Release+Asserts build
  1300. llvm[2]: Compiling MCValue.cpp for Release+Asserts build
  1301. llvm[2]: Compiling MCWin64EH.cpp for Release+Asserts build
  1302. llvm[2]: Compiling MachObjectWriter.cpp for Release+Asserts build
  1303. llvm[2]: Compiling SubtargetFeature.cpp for Release+Asserts build
  1304. llvm[2]: Compiling WinCOFFObjectWriter.cpp for Release+Asserts build
  1305. llvm[2]: Compiling WinCOFFStreamer.cpp for Release+Asserts build
  1306. llvm[2]: Building Release+Asserts Archive Library libLLVMMC.a
  1307. llvm[3]: Compiling AsmLexer.cpp for Release+Asserts build
  1308. llvm[3]: Compiling AsmParser.cpp for Release+Asserts build
  1309. llvm[3]: Compiling COFFAsmParser.cpp for Release+Asserts build
  1310. llvm[3]: Compiling DarwinAsmParser.cpp for Release+Asserts build
  1311. llvm[3]: Compiling ELFAsmParser.cpp for Release+Asserts build
  1312. llvm[3]: Compiling MCAsmLexer.cpp for Release+Asserts build
  1313. llvm[3]: Compiling MCAsmParser.cpp for Release+Asserts build
  1314. llvm[3]: Compiling MCAsmParserExtension.cpp for Release+Asserts build
  1315. llvm[3]: Compiling MCTargetAsmParser.cpp for Release+Asserts build
  1316. llvm[3]: Building Release+Asserts Archive Library libLLVMMCParser.a
  1317. llvm[3]: Compiling Disassembler.cpp for Release+Asserts build
  1318. llvm[3]: Compiling EDDisassembler.cpp for Release+Asserts build
  1319. llvm[3]: Compiling EDInst.cpp for Release+Asserts build
  1320. llvm[3]: Compiling EDMain.cpp for Release+Asserts build
  1321. llvm[3]: Compiling EDOperand.cpp for Release+Asserts build
  1322. llvm[3]: Compiling EDToken.cpp for Release+Asserts build
  1323. llvm[3]: Building Release+Asserts Archive Library libLLVMMCDisassembler.a
  1324. llvm[2]: Compiling Archive.cpp for Release+Asserts build
  1325. llvm[2]: Compiling Binary.cpp for Release+Asserts build
  1326. llvm[2]: Compiling COFFObjectFile.cpp for Release+Asserts build
  1327. llvm[2]: Compiling ELFObjectFile.cpp for Release+Asserts build
  1328. llvm[2]: Compiling Error.cpp for Release+Asserts build
  1329. llvm[2]: Compiling MachOObject.cpp for Release+Asserts build
  1330. llvm[2]: Compiling MachOObjectFile.cpp for Release+Asserts build
  1331. llvm[2]: Compiling Object.cpp for Release+Asserts build
  1332. llvm[2]: Compiling ObjectFile.cpp for Release+Asserts build
  1333. llvm[2]: Building Release+Asserts Archive Library libLLVMObject.a
  1334. llvm[2]: Compiling DIContext.cpp for Release+Asserts build
  1335. llvm[2]: Compiling DWARFAbbreviationDeclaration.cpp for Release+Asserts build
  1336. llvm[2]: Compiling DWARFCompileUnit.cpp for Release+Asserts build
  1337. llvm[2]: Compiling DWARFContext.cpp for Release+Asserts build
  1338. llvm[2]: Compiling DWARFDebugAbbrev.cpp for Release+Asserts build
  1339. llvm[2]: Compiling DWARFDebugArangeSet.cpp for Release+Asserts build
  1340. llvm[2]: Compiling DWARFDebugAranges.cpp for Release+Asserts build
  1341. llvm[2]: Compiling DWARFDebugInfoEntry.cpp for Release+Asserts build
  1342. llvm[2]: Compiling DWARFDebugLine.cpp for Release+Asserts build
  1343. llvm[2]: Compiling DWARFFormValue.cpp for Release+Asserts build
  1344. llvm[2]: Building Release+Asserts Archive Library libLLVMDebugInfo.a
  1345. llvm[1]: Building llvm-config BuildVariables.inc file.
  1346. llvm[1]: Compiling llvm-config.cpp for Release+Asserts build
  1347. llvm[1]: Linking Release+Asserts executable llvm-config (without symbols)
  1348. llvm[1]: ======= Finished Linking Release+Asserts Executable llvm-config (without symbols)
  1349. make[2]: Nothing to be done for `all'.
  1350. llvm[2]: Compiling AnalysisWrappers.cpp for Release+Asserts build
  1351. llvm[2]: Compiling GraphPrinters.cpp for Release+Asserts build
  1352. llvm[2]: Compiling PrintSCC.cpp for Release+Asserts build
  1353. llvm[2]: Compiling opt.cpp for Release+Asserts build
  1354. llvm[2]: Linking Release+Asserts executable opt (without symbols)
  1355. llvm[2]: ======= Finished Linking Release+Asserts Executable opt (without symbols)
  1356. llvm[2]: Compiling llvm-as.cpp for Release+Asserts build
  1357. llvm[2]: Linking Release+Asserts executable llvm-as (without symbols)
  1358. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-as (without symbols)
  1359. llvm[2]: Compiling llvm-dis.cpp for Release+Asserts build
  1360. llvm[2]: Linking Release+Asserts executable llvm-dis (without symbols)
  1361. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-dis (without symbols)
  1362. llvm[2]: Compiling llc.cpp for Release+Asserts build
  1363. llvm[2]: Linking Release+Asserts executable llc (without symbols)
  1364. llvm[2]: ======= Finished Linking Release+Asserts Executable llc (without symbols)
  1365. llvm[2]: Compiling llvm-ranlib.cpp for Release+Asserts build
  1366. llvm[2]: Linking Release+Asserts executable llvm-ranlib (without symbols)
  1367. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-ranlib (without symbols)
  1368. llvm[2]: Compiling llvm-ar.cpp for Release+Asserts build
  1369. llvm[2]: Linking Release+Asserts executable llvm-ar (without symbols)
  1370. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-ar (without symbols)
  1371. llvm[2]: Compiling llvm-nm.cpp for Release+Asserts build
  1372. llvm[2]: Linking Release+Asserts executable llvm-nm (without symbols)
  1373. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-nm (without symbols)
  1374. llvm[2]: Compiling Optimize.cpp for Release+Asserts build
  1375. llvm[2]: Compiling llvm-ld.cpp for Release+Asserts build
  1376. llvm[2]: Linking Release+Asserts executable llvm-ld (without symbols)
  1377. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-ld (without symbols)
  1378. llvm[2]: Compiling llvm-prof.cpp for Release+Asserts build
  1379. llvm[2]: Linking Release+Asserts executable llvm-prof (without symbols)
  1380. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-prof (without symbols)
  1381. llvm[2]: Compiling llvm-link.cpp for Release+Asserts build
  1382. llvm[2]: Linking Release+Asserts executable llvm-link (without symbols)
  1383. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-link (without symbols)
  1384. llvm[2]: Compiling lli.cpp for Release+Asserts build
  1385. llvm[2]: Linking Release+Asserts executable lli (without symbols)
  1386. llvm[2]: ======= Finished Linking Release+Asserts Executable lli (without symbols)
  1387. llvm[2]: Compiling llvm-extract.cpp for Release+Asserts build
  1388. llvm[2]: Linking Release+Asserts executable llvm-extract (without symbols)
  1389. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-extract (without symbols)
  1390. llvm[2]: Compiling Disassembler.cpp for Release+Asserts build
  1391. llvm[2]: Compiling llvm-mc.cpp for Release+Asserts build
  1392. llvm[2]: Linking Release+Asserts executable llvm-mc (without symbols)
  1393. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-mc (without symbols)
  1394. llvm[2]: Compiling BugDriver.cpp for Release+Asserts build
  1395. llvm[2]: Compiling CrashDebugger.cpp for Release+Asserts build
  1396. llvm[2]: Compiling ExecutionDriver.cpp for Release+Asserts build
  1397. llvm[2]: Compiling ExtractFunction.cpp for Release+Asserts build
  1398. llvm[2]: Compiling FindBugs.cpp for Release+Asserts build
  1399. llvm[2]: Compiling Miscompilation.cpp for Release+Asserts build
  1400. llvm[2]: Compiling OptimizerDriver.cpp for Release+Asserts build
  1401. llvm[2]: Compiling ToolRunner.cpp for Release+Asserts build
  1402. llvm[2]: Compiling bugpoint.cpp for Release+Asserts build
  1403. llvm[2]: Linking Release+Asserts executable bugpoint (without symbols)
  1404. llvm[2]: ======= Finished Linking Release+Asserts Executable bugpoint (without symbols)
  1405. llvm[2]: Compiling llvm-bcanalyzer.cpp for Release+Asserts build
  1406. llvm[2]: Linking Release+Asserts executable llvm-bcanalyzer (without symbols)
  1407. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-bcanalyzer (without symbols)
  1408. llvm[2]: Compiling llvm-stub.c for Release+Asserts build
  1409. llvm[2]: Linking Release+Asserts executable llvm-stub (without symbols)
  1410. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-stub (without symbols)
  1411. llvm[2]: Compiling DiffConsumer.cpp for Release+Asserts build
  1412. llvm[2]: Compiling DiffLog.cpp for Release+Asserts build
  1413. llvm[2]: Compiling DifferenceEngine.cpp for Release+Asserts build
  1414. llvm[2]: Compiling llvm-diff.cpp for Release+Asserts build
  1415. llvm[2]: Linking Release+Asserts executable llvm-diff (without symbols)
  1416. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-diff (without symbols)
  1417. llvm[2]: Compiling macho-dump.cpp for Release+Asserts build
  1418. llvm[2]: Linking Release+Asserts executable macho-dump (without symbols)
  1419. llvm[2]: ======= Finished Linking Release+Asserts Executable macho-dump (without symbols)
  1420. llvm[2]: Compiling MCFunction.cpp for Release+Asserts build
  1421. llvm[2]: Compiling MachODump.cpp for Release+Asserts build
  1422. llvm[2]: Compiling llvm-objdump.cpp for Release+Asserts build
  1423. llvm[2]: Linking Release+Asserts executable llvm-objdump (without symbols)
  1424. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-objdump (without symbols)
  1425. llvm[2]: Compiling llvm-readobj.cpp for Release+Asserts build
  1426. llvm[2]: Linking Release+Asserts executable llvm-readobj (without symbols)
  1427. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-readobj (without symbols)
  1428. llvm[2]: Compiling llvm-rtdyld.cpp for Release+Asserts build
  1429. llvm[2]: Linking Release+Asserts executable llvm-rtdyld (without symbols)
  1430. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-rtdyld (without symbols)
  1431. llvm[2]: Compiling llvm-dwarfdump.cpp for Release+Asserts build
  1432. llvm[2]: Linking Release+Asserts executable llvm-dwarfdump (without symbols)
  1433. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-dwarfdump (without symbols)
  1434. llvm[2]: Compiling llvm-cov.cpp for Release+Asserts build
  1435. llvm[2]: Linking Release+Asserts executable llvm-cov (without symbols)
  1436. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-cov (without symbols)
  1437. llvm[2]: Compiling llvm-size.cpp for Release+Asserts build
  1438. llvm[2]: Linking Release+Asserts executable llvm-size (without symbols)
  1439. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-size (without symbols)
  1440. llvm[2]: Compiling llvm-stress.cpp for Release+Asserts build
  1441. llvm[2]: Linking Release+Asserts executable llvm-stress (without symbols)
  1442. llvm[2]: ======= Finished Linking Release+Asserts Executable llvm-stress (without symbols)
  1443. llvm[2]: Compiling LTOCodeGenerator.cpp for Release+Asserts build (PIC)
  1444. llvm[2]: Compiling LTOModule.cpp for Release+Asserts build (PIC)
  1445. llvm[2]: Compiling lto.cpp for Release+Asserts build (PIC)
  1446. llvm[2]: Linking Release+Asserts Shared Library libLTO.dylib
  1447. llvm[2]: Building Release+Asserts Archive Library libLTO.a
  1448. llvm[2]: Compiling TestPasses.cpp for Release+Asserts build (PIC)
  1449. llvm[2]: Linking Release+Asserts Loadable Module BugpointPasses.dylib
  1450. llvm[3]: Compiling ClangASTNodesEmitter.cpp for Release+Asserts build
  1451. llvm[3]: Compiling ClangAttrEmitter.cpp for Release+Asserts build
  1452. llvm[3]: Compiling ClangDiagnosticsEmitter.cpp for Release+Asserts build
  1453. llvm[3]: Compiling ClangSACheckersEmitter.cpp for Release+Asserts build
  1454. llvm[3]: Compiling NeonEmitter.cpp for Release+Asserts build
  1455. llvm[3]: Compiling OptParserEmitter.cpp for Release+Asserts build
  1456. llvm[3]: Compiling TableGen.cpp for Release+Asserts build
  1457. llvm[3]: Linking Release+Asserts executable clang-tblgen (without symbols)
  1458. llvm[3]: ======= Finished Linking Release+Asserts Executable clang-tblgen (without symbols)
  1459. llvm[5]: Building Clang attribute classes with tblgen
  1460. llvm[5]: Building Clang attribute implementations with tblgen
  1461. llvm[5]: Building Clang statement node tables with tblgen
  1462. llvm[5]: Building Clang declaration node tables with tblgen
  1463. llvm[5]: Building Clang Analysis diagnostic tables with tblgen
  1464. llvm[5]: Building Clang AST diagnostic tables with tblgen
  1465. llvm[5]: Building Clang Common diagnostic tables with tblgen
  1466. llvm[5]: Building Clang Driver diagnostic tables with tblgen
  1467. llvm[5]: Building Clang Frontend diagnostic tables with tblgen
  1468. llvm[5]: Building Clang Lex diagnostic tables with tblgen
  1469. llvm[5]: Building Clang Parse diagnostic tables with tblgen
  1470. llvm[5]: Building Clang Sema diagnostic tables with tblgen
  1471. llvm[5]: Building Clang Serialization diagnostic tables with tblgen
  1472. llvm[5]: Building Clang diagnostic name index with tblgen
  1473. llvm[5]: Building Clang diagnostic groups with tblgen
  1474. llvm[5]: Building Clang attribute list with tblgen
  1475. llvm[5]: Building Clang arm_neon.inc with tblgen
  1476. llvm[5]: Updating Clang version info.
  1477. llvm[5]: Building Clang Driver Option tables with tblgen
  1478. llvm[5]: Building Clang CC1 Option tables with tblgen
  1479. llvm[5]: Building Clang CC1 Assembler Option tables with tblgen
  1480. llvm[5]: Building Clang attribute spellings with tblgen
  1481. llvm[5]: Building Clang attribute late-parsed table with tblgen
  1482. llvm[5]: Building Clang attribute template instantiate code with tablegen
  1483. llvm[5]: Building Clang parsed attribute list with tablegen
  1484. llvm[5]: Building Clang parsed attribute kinds with tablegen
  1485. llvm[5]: Building Clang PCH reader with tblgen
  1486. llvm[5]: Building Clang PCH writer with tblgen
  1487. make[4]: Nothing to be done for `all'.
  1488. llvm[4]: Building Clang arm_neon.h.inc with tblgen
  1489. llvm[4]: Copying arm_neon.h.inc to build dir
  1490. llvm[4]: Copying altivec.h to build dir
  1491. llvm[4]: Copying avx2intrin.h to build dir
  1492. llvm[4]: Copying avxintrin.h to build dir
  1493. llvm[4]: Copying bmi2intrin.h to build dir
  1494. llvm[4]: Copying bmiintrin.h to build dir
  1495. llvm[4]: Copying cpuid.h to build dir
  1496. llvm[4]: Copying emmintrin.h to build dir
  1497. llvm[4]: Copying float.h to build dir
  1498. llvm[4]: Copying fma4intrin.h to build dir
  1499. llvm[4]: Copying immintrin.h to build dir
  1500. llvm[4]: Copying iso646.h to build dir
  1501. llvm[4]: Copying limits.h to build dir
  1502. llvm[4]: Copying lzcntintrin.h to build dir
  1503. llvm[4]: Copying mm3dnow.h to build dir
  1504. llvm[4]: Copying mm_malloc.h to build dir
  1505. llvm[4]: Copying mmintrin.h to build dir
  1506. llvm[4]: Copying nmmintrin.h to build dir
  1507. llvm[4]: Copying pmmintrin.h to build dir
  1508. llvm[4]: Copying popcntintrin.h to build dir
  1509. llvm[4]: Copying smmintrin.h to build dir
  1510. llvm[4]: Copying stdalign.h to build dir
  1511. llvm[4]: Copying stdarg.h to build dir
  1512. llvm[4]: Copying stdbool.h to build dir
  1513. llvm[4]: Copying stddef.h to build dir
  1514. llvm[4]: Copying stdint.h to build dir
  1515. llvm[4]: Copying tgmath.h to build dir
  1516. llvm[4]: Copying tmmintrin.h to build dir
  1517. llvm[4]: Copying unwind.h to build dir
  1518. llvm[4]: Copying varargs.h to build dir
  1519. llvm[4]: Copying wmmintrin.h to build dir
  1520. llvm[4]: Copying x86intrin.h to build dir
  1521. llvm[4]: Copying xmmintrin.h to build dir
  1522. llvm[4]: Copying module.map to build dir
  1523. llvm[4]: Compiling Builtins.cpp for Release+Asserts build
  1524. llvm[4]: Compiling ConvertUTF.c for Release+Asserts build
  1525. llvm[4]: Compiling Diagnostic.cpp for Release+Asserts build
  1526. llvm[4]: Compiling DiagnosticIDs.cpp for Release+Asserts build
  1527. llvm[4]: Compiling FileManager.cpp for Release+Asserts build
  1528. llvm[4]: Compiling FileSystemStatCache.cpp for Release+Asserts build
  1529. llvm[4]: Compiling IdentifierTable.cpp for Release+Asserts build
  1530. llvm[4]: Compiling LangOptions.cpp for Release+Asserts build
  1531. llvm[4]: Compiling Module.cpp for Release+Asserts build
  1532. llvm[4]: Compiling SourceLocation.cpp for Release+Asserts build
  1533. llvm[4]: Compiling SourceManager.cpp for Release+Asserts build
  1534. llvm[4]: Compiling TargetInfo.cpp for Release+Asserts build
  1535. llvm[4]: Compiling Targets.cpp for Release+Asserts build
  1536. llvm[4]: Compiling TokenKinds.cpp for Release+Asserts build
  1537. llvm[4]: Compiling Version.cpp for Release+Asserts build
  1538. llvm[4]: Compiling VersionTuple.cpp for Release+Asserts build
  1539. llvm[4]: Building Release+Asserts Archive Library libclangBasic.a
  1540. llvm[4]: Compiling HeaderMap.cpp for Release+Asserts build
  1541. llvm[4]: Compiling HeaderSearch.cpp for Release+Asserts build
  1542. llvm[4]: Compiling Lexer.cpp for Release+Asserts build
  1543. llvm[4]: Compiling LiteralSupport.cpp for Release+Asserts build
  1544. llvm[4]: Compiling MacroArgs.cpp for Release+Asserts build
  1545. llvm[4]: Compiling MacroInfo.cpp for Release+Asserts build
  1546. llvm[4]: Compiling ModuleMap.cpp for Release+Asserts build
  1547. llvm[4]: Compiling PPCaching.cpp for Release+Asserts build
  1548. llvm[4]: Compiling PPCallbacks.cpp for Release+Asserts build
  1549. llvm[4]: Compiling PPDirectives.cpp for Release+Asserts build
  1550. llvm[4]: Compiling PPExpressions.cpp for Release+Asserts build
  1551. llvm[4]: Compiling PPLexerChange.cpp for Release+Asserts build
  1552. llvm[4]: Compiling PPMacroExpansion.cpp for Release+Asserts build
  1553. llvm[4]: Compiling PTHLexer.cpp for Release+Asserts build
  1554. llvm[4]: Compiling Pragma.cpp for Release+Asserts build
  1555. llvm[4]: Compiling PreprocessingRecord.cpp for Release+Asserts build
  1556. llvm[4]: Compiling Preprocessor.cpp for Release+Asserts build
  1557. llvm[4]: Compiling PreprocessorLexer.cpp for Release+Asserts build
  1558. llvm[4]: Compiling ScratchBuffer.cpp for Release+Asserts build
  1559. llvm[4]: Compiling TokenConcatenation.cpp for Release+Asserts build
  1560. llvm[4]: Compiling TokenLexer.cpp for Release+Asserts build
  1561. llvm[4]: Building Release+Asserts Archive Library libclangLex.a
  1562. llvm[4]: Compiling ParseAST.cpp for Release+Asserts build
  1563. llvm[4]: Compiling ParseCXXInlineMethods.cpp for Release+Asserts build
  1564. llvm[4]: Compiling ParseDecl.cpp for Release+Asserts build
  1565. llvm[4]: Compiling ParseDeclCXX.cpp for Release+Asserts build
  1566. llvm[4]: Compiling ParseExpr.cpp for Release+Asserts build
  1567. llvm[4]: Compiling ParseExprCXX.cpp for Release+Asserts build
  1568. llvm[4]: Compiling ParseInit.cpp for Release+Asserts build
  1569. llvm[4]: Compiling ParseObjc.cpp for Release+Asserts build
  1570. llvm[4]: Compiling ParsePragma.cpp for Release+Asserts build
  1571. llvm[4]: Compiling ParseStmt.cpp for Release+Asserts build
  1572. llvm[4]: Compiling ParseTemplate.cpp for Release+Asserts build
  1573. llvm[4]: Compiling ParseTentative.cpp for Release+Asserts build
  1574. llvm[4]: Compiling Parser.cpp for Release+Asserts build
  1575. llvm[4]: Building Release+Asserts Archive Library libclangParse.a
  1576. llvm[4]: Compiling APValue.cpp for Release+Asserts build
  1577. llvm[4]: Compiling ASTConsumer.cpp for Release+Asserts build
  1578. llvm[4]: Compiling ASTContext.cpp for Release+Asserts build
  1579. llvm[4]: Compiling ASTDiagnostic.cpp for Release+Asserts build
  1580. llvm[4]: Compiling ASTImporter.cpp for Release+Asserts build
  1581. llvm[4]: Compiling AttrImpl.cpp for Release+Asserts build
  1582. llvm[4]: Compiling CXXInheritance.cpp for Release+Asserts build
  1583. llvm[4]: Compiling Decl.cpp for Release+Asserts build
  1584. llvm[4]: Compiling DeclBase.cpp for Release+Asserts build
  1585. llvm[4]: Compiling DeclCXX.cpp for Release+Asserts build
  1586. llvm[4]: Compiling DeclFriend.cpp for Release+Asserts build
  1587. llvm[4]: Compiling DeclGroup.cpp for Release+Asserts build
  1588. llvm[4]: Compiling DeclObjC.cpp for Release+Asserts build
  1589. llvm[4]: Compiling DeclPrinter.cpp for Release+Asserts build
  1590. llvm[4]: Compiling DeclTemplate.cpp for Release+Asserts build
  1591. llvm[4]: Compiling DeclarationName.cpp for Release+Asserts build
  1592. llvm[4]: Compiling DumpXML.cpp for Release+Asserts build
  1593. llvm[4]: Compiling Expr.cpp for Release+Asserts build
  1594. llvm[4]: Compiling ExprCXX.cpp for Release+Asserts build
  1595. llvm[4]: Compiling ExprClassification.cpp for Release+Asserts build
  1596. llvm[4]: Compiling ExprConstant.cpp for Release+Asserts build
  1597. llvm[4]: Compiling ExternalASTSource.cpp for Release+Asserts build
  1598. llvm[4]: Compiling InheritViz.cpp for Release+Asserts build
  1599. llvm[4]: Compiling ItaniumCXXABI.cpp for Release+Asserts build
  1600. llvm[4]: Compiling ItaniumMangle.cpp for Release+Asserts build
  1601. llvm[4]: Compiling LambdaMangleContext.cpp for Release+Asserts build
  1602. llvm[4]: Compiling Mangle.cpp for Release+Asserts build
  1603. llvm[4]: Compiling MicrosoftCXXABI.cpp for Release+Asserts build
  1604. llvm[4]: Compiling MicrosoftMangle.cpp for Release+Asserts build
  1605. llvm[4]: Compiling NSAPI.cpp for Release+Asserts build
  1606. llvm[4]: Compiling NestedNameSpecifier.cpp for Release+Asserts build
  1607. llvm[4]: Compiling ParentMap.cpp for Release+Asserts build
  1608. llvm[4]: Compiling RecordLayout.cpp for Release+Asserts build
  1609. llvm[4]: Compiling RecordLayoutBuilder.cpp for Release+Asserts build
  1610. llvm[4]: Compiling SelectorLocationsKind.cpp for Release+Asserts build
  1611. llvm[4]: Compiling Stmt.cpp for Release+Asserts build
  1612. llvm[4]: Compiling StmtDumper.cpp for Release+Asserts build
  1613. llvm[4]: Compiling StmtIterator.cpp for Release+Asserts build
  1614. llvm[4]: Compiling StmtPrinter.cpp for Release+Asserts build
  1615. llvm[4]: Compiling StmtProfile.cpp for Release+Asserts build
  1616. llvm[4]: Compiling StmtViz.cpp for Release+Asserts build
  1617. llvm[4]: Compiling TemplateBase.cpp for Release+Asserts build
  1618. llvm[4]: Compiling TemplateName.cpp for Release+Asserts build
  1619. llvm[4]: Compiling Type.cpp for Release+Asserts build
  1620. llvm[4]: Compiling TypeLoc.cpp for Release+Asserts build
  1621. llvm[4]: Compiling TypePrinter.cpp for Release+Asserts build
  1622. llvm[4]: Compiling VTTBuilder.cpp for Release+Asserts build
  1623. llvm[4]: Compiling VTableBuilder.cpp for Release+Asserts build
  1624. llvm[4]: Building Release+Asserts Archive Library libclangAST.a
  1625. llvm[4]: Compiling AnalysisBasedWarnings.cpp for Release+Asserts build
  1626. llvm[4]: Compiling AttributeList.cpp for Release+Asserts build
  1627. llvm[4]: Compiling CodeCompleteConsumer.cpp for Release+Asserts build
  1628. llvm[4]: Compiling DeclSpec.cpp for Release+Asserts build
  1629. llvm[4]: Compiling DelayedDiagnostic.cpp for Release+Asserts build
  1630. llvm[4]: Compiling IdentifierResolver.cpp for Release+Asserts build
  1631. llvm[4]: Compiling JumpDiagnostics.cpp for Release+Asserts build
  1632. llvm[4]: Compiling Scope.cpp for Release+Asserts build
  1633. llvm[4]: Compiling Sema.cpp for Release+Asserts build
  1634. llvm[4]: Compiling SemaAccess.cpp for Release+Asserts build
  1635. llvm[4]: Compiling SemaAttr.cpp for Release+Asserts build
  1636. llvm[4]: Compiling SemaCXXScopeSpec.cpp for Release+Asserts build
  1637. llvm[4]: Compiling SemaCast.cpp for Release+Asserts build
  1638. llvm[4]: Compiling SemaChecking.cpp for Release+Asserts build
  1639. llvm[4]: Compiling SemaCodeComplete.cpp for Release+Asserts build
  1640. llvm[4]: Compiling SemaConsumer.cpp for Release+Asserts build
  1641. llvm[4]: Compiling SemaDecl.cpp for Release+Asserts build
  1642. llvm[4]: Compiling SemaDeclAttr.cpp for Release+Asserts build
  1643. llvm[4]: Compiling SemaDeclCXX.cpp for Release+Asserts build
  1644. llvm[4]: Compiling SemaDeclObjC.cpp for Release+Asserts build
  1645. llvm[4]: Compiling SemaExceptionSpec.cpp for Release+Asserts build
  1646. llvm[4]: Compiling SemaExpr.cpp for Release+Asserts build
  1647. llvm[4]: Compiling SemaExprCXX.cpp for Release+Asserts build
  1648. llvm[4]: Compiling SemaExprMember.cpp for Release+Asserts build
  1649. llvm[4]: Compiling SemaExprObjC.cpp for Release+Asserts build
  1650. llvm[4]: Compiling SemaFixItUtils.cpp for Release+Asserts build
  1651. llvm[4]: Compiling SemaInit.cpp for Release+Asserts build
  1652. llvm[4]: Compiling SemaLambda.cpp for Release+Asserts build
  1653. llvm[4]: Compiling SemaLookup.cpp for Release+Asserts build
  1654. llvm[4]: Compiling SemaObjCProperty.cpp for Release+Asserts build
  1655. llvm[4]: Compiling SemaOverload.cpp for Release+Asserts build
  1656. llvm[4]: Compiling SemaPseudoObject.cpp for Release+Asserts build
  1657. llvm[4]: Compiling SemaStmt.cpp for Release+Asserts build
  1658. llvm[4]: Compiling SemaStmtAttr.cpp for Release+Asserts build
  1659. llvm[4]: Compiling SemaTemplate.cpp for Release+Asserts build
  1660. llvm[4]: Compiling SemaTemplateDeduction.cpp for Release+Asserts build
  1661. llvm[4]: Compiling SemaTemplateInstantiate.cpp for Release+Asserts build
  1662. llvm[4]: Compiling SemaTemplateInstantiateDecl.cpp for Release+Asserts build
  1663. llvm[4]: Compiling SemaTemplateVariadic.cpp for Release+Asserts build
  1664. llvm[4]: Compiling SemaType.cpp for Release+Asserts build
  1665. llvm[4]: Compiling TargetAttributesSema.cpp for Release+Asserts build
  1666. llvm[4]: Building Release+Asserts Archive Library libclangSema.a
  1667. llvm[4]: Compiling BackendUtil.cpp for Release+Asserts build
  1668. llvm[4]: Compiling CGBlocks.cpp for Release+Asserts build
  1669. llvm[4]: Compiling CGBuiltin.cpp for Release+Asserts build
  1670. llvm[4]: Compiling CGCUDANV.cpp for Release+Asserts build
  1671. llvm[4]: Compiling CGCUDARuntime.cpp for Release+Asserts build
  1672. llvm[4]: Compiling CGCXX.cpp for Release+Asserts build
  1673. llvm[4]: Compiling CGCXXABI.cpp for Release+Asserts build
  1674. llvm[4]: Compiling CGCall.cpp for Release+Asserts build
  1675. llvm[4]: Compiling CGClass.cpp for Release+Asserts build
  1676. llvm[4]: Compiling CGCleanup.cpp for Release+Asserts build
  1677. llvm[4]: Compiling CGDebugInfo.cpp for Release+Asserts build
  1678. llvm[4]: Compiling CGDecl.cpp for Release+Asserts build
  1679. llvm[4]: Compiling CGDeclCXX.cpp for Release+Asserts build
  1680. llvm[4]: Compiling CGException.cpp for Release+Asserts build
  1681. llvm[4]: Compiling CGExpr.cpp for Release+Asserts build
  1682. llvm[4]: Compiling CGExprAgg.cpp for Release+Asserts build
  1683. llvm[4]: Compiling CGExprCXX.cpp for Release+Asserts build
  1684. llvm[4]: Compiling CGExprComplex.cpp for Release+Asserts build
  1685. llvm[4]: Compiling CGExprConstant.cpp for Release+Asserts build
  1686. llvm[4]: Compiling CGExprScalar.cpp for Release+Asserts build
  1687. llvm[4]: Compiling CGObjC.cpp for Release+Asserts build
  1688. llvm[4]: Compiling CGObjCGNU.cpp for Release+Asserts build
  1689. llvm[4]: Compiling CGObjCMac.cpp for Release+Asserts build
  1690. llvm[4]: Compiling CGObjCRuntime.cpp for Release+Asserts build
  1691. llvm[4]: Compiling CGOpenCLRuntime.cpp for Release+Asserts build
  1692. llvm[4]: Compiling CGRTTI.cpp for Release+Asserts build
  1693. llvm[4]: Compiling CGRecordLayoutBuilder.cpp for Release+Asserts build
  1694. llvm[4]: Compiling CGStmt.cpp for Release+Asserts build
  1695. llvm[4]: Compiling CGVTT.cpp for Release+Asserts build
  1696. llvm[4]: Compiling CGVTables.cpp for Release+Asserts build
  1697. llvm[4]: Compiling CodeGenAction.cpp for Release+Asserts build
  1698. llvm[4]: Compiling CodeGenFunction.cpp for Release+Asserts build
  1699. llvm[4]: Compiling CodeGenModule.cpp for Release+Asserts build
  1700. llvm[4]: Compiling CodeGenTBAA.cpp for Release+Asserts build
  1701. llvm[4]: Compiling CodeGenTypes.cpp for Release+Asserts build
  1702. llvm[4]: Compiling ItaniumCXXABI.cpp for Release+Asserts build
  1703. llvm[4]: Compiling MicrosoftCXXABI.cpp for Release+Asserts build
  1704. llvm[4]: Compiling ModuleBuilder.cpp for Release+Asserts build
  1705. llvm[4]: Compiling TargetInfo.cpp for Release+Asserts build
  1706. llvm[4]: Building Release+Asserts Archive Library libclangCodeGen.a
  1707. llvm[4]: Compiling AnalysisDeclContext.cpp for Release+Asserts build
  1708. llvm[4]: Compiling CFG.cpp for Release+Asserts build
  1709. llvm[4]: Compiling CFGReachabilityAnalysis.cpp for Release+Asserts build
  1710. llvm[4]: Compiling CFGStmtMap.cpp for Release+Asserts build
  1711. llvm[4]: Compiling CallGraph.cpp for Release+Asserts build
  1712. llvm[4]: Compiling CocoaConventions.cpp for Release+Asserts build
  1713. llvm[4]: Compiling Dominators.cpp for Release+Asserts build
  1714. llvm[4]: Compiling FormatString.cpp for Release+Asserts build
  1715. llvm[4]: Compiling LiveVariables.cpp for Release+Asserts build
  1716. llvm[4]: Compiling PostOrderCFGView.cpp for Release+Asserts build
  1717. llvm[4]: Compiling PrintfFormatString.cpp for Release+Asserts build
  1718. llvm[4]: Compiling ProgramPoint.cpp for Release+Asserts build
  1719. llvm[4]: Compiling PseudoConstantAnalysis.cpp for Release+Asserts build
  1720. llvm[4]: Compiling ReachableCode.cpp for Release+Asserts build
  1721. llvm[4]: Compiling ScanfFormatString.cpp for Release+Asserts build
  1722. llvm[4]: Compiling ThreadSafety.cpp for Release+Asserts build
  1723. llvm[4]: Compiling UninitializedValues.cpp for Release+Asserts build
  1724. llvm[4]: Building Release+Asserts Archive Library libclangAnalysis.a
  1725. llvm[5]: Building Clang SA Checkers tables with tblgen
  1726. llvm[5]: Compiling AdjustedReturnValueChecker.cpp for Release+Asserts build
  1727. llvm[5]: Compiling AnalyzerStatsChecker.cpp for Release+Asserts build
  1728. llvm[5]: Compiling ArrayBoundChecker.cpp for Release+Asserts build
  1729. llvm[5]: Compiling ArrayBoundCheckerV2.cpp for Release+Asserts build
  1730. llvm[5]: Compiling AttrNonNullChecker.cpp for Release+Asserts build
  1731. llvm[5]: Compiling BasicObjCFoundationChecks.cpp for Release+Asserts build
  1732. llvm[5]: Compiling BoolAssignmentChecker.cpp for Release+Asserts build
  1733. llvm[5]: Compiling BuiltinFunctionChecker.cpp for Release+Asserts build
  1734. llvm[5]: Compiling CStringChecker.cpp for Release+Asserts build
  1735. llvm[5]: Compiling CStringSyntaxChecker.cpp for Release+Asserts build
  1736. llvm[5]: Compiling CallAndMessageChecker.cpp for Release+Asserts build
  1737. llvm[5]: Compiling CastSizeChecker.cpp for Release+Asserts build
  1738. llvm[5]: Compiling CastToStructChecker.cpp for Release+Asserts build
  1739. llvm[5]: Compiling CheckObjCDealloc.cpp for Release+Asserts build
  1740. llvm[5]: Compiling CheckObjCInstMethSignature.cpp for Release+Asserts build
  1741. llvm[5]: Compiling CheckSecuritySyntaxOnly.cpp for Release+Asserts build
  1742. llvm[5]: Compiling CheckSizeofPointer.cpp for Release+Asserts build
  1743. llvm[5]: Compiling CheckerDocumentation.cpp for Release+Asserts build
  1744. llvm[5]: Compiling ChrootChecker.cpp for Release+Asserts build
  1745. llvm[5]: Compiling ClangCheckers.cpp for Release+Asserts build
  1746. llvm[5]: Compiling CommonBugCategories.cpp for Release+Asserts build
  1747. llvm[5]: Compiling DeadStoresChecker.cpp for Release+Asserts build
  1748. llvm[5]: Compiling DebugCheckers.cpp for Release+Asserts build
  1749. llvm[5]: Compiling DereferenceChecker.cpp for Release+Asserts build
  1750. llvm[5]: Compiling DivZeroChecker.cpp for Release+Asserts build
  1751. llvm[5]: Compiling FixedAddressChecker.cpp for Release+Asserts build
  1752. llvm[5]: Compiling GenericTaintChecker.cpp for Release+Asserts build
  1753. llvm[5]: Compiling IdempotentOperationChecker.cpp for Release+Asserts build
  1754. llvm[5]: Compiling IteratorsChecker.cpp for Release+Asserts build
  1755. llvm[5]: Compiling LLVMConventionsChecker.cpp for Release+Asserts build
  1756. llvm[5]: Compiling MacOSKeychainAPIChecker.cpp for Release+Asserts build
  1757. llvm[5]: Compiling MacOSXAPIChecker.cpp for Release+Asserts build
  1758. llvm[5]: Compiling MallocChecker.cpp for Release+Asserts build
  1759. llvm[5]: Compiling MallocOverflowSecurityChecker.cpp for Release+Asserts build
  1760. llvm[5]: Compiling MallocSizeofChecker.cpp for Release+Asserts build
  1761. llvm[5]: Compiling NSAutoreleasePoolChecker.cpp for Release+Asserts build
  1762. llvm[5]: Compiling NSErrorChecker.cpp for Release+Asserts build
  1763. llvm[5]: Compiling NoReturnFunctionChecker.cpp for Release+Asserts build
  1764. llvm[5]: Compiling OSAtomicChecker.cpp for Release+Asserts build
  1765. llvm[5]: Compiling ObjCAtSyncChecker.cpp for Release+Asserts build
  1766. llvm[5]: Compiling ObjCContainersASTChecker.cpp for Release+Asserts build
  1767. llvm[5]: Compiling ObjCContainersChecker.cpp for Release+Asserts build
  1768. llvm[5]: Compiling ObjCSelfInitChecker.cpp for Release+Asserts build
  1769. llvm[5]: Compiling ObjCUnusedIVarsChecker.cpp for Release+Asserts build
  1770. llvm[5]: Compiling PointerArithChecker.cpp for Release+Asserts build
  1771. llvm[5]: Compiling PointerSubChecker.cpp for Release+Asserts build
  1772. llvm[5]: Compiling PthreadLockChecker.cpp for Release+Asserts build
  1773. llvm[5]: Compiling RetainCountChecker.cpp for Release+Asserts build
  1774. llvm[5]: Compiling ReturnPointerRangeChecker.cpp for Release+Asserts build
  1775. llvm[5]: Compiling ReturnUndefChecker.cpp for Release+Asserts build
  1776. llvm[5]: Compiling StackAddrEscapeChecker.cpp for Release+Asserts build
  1777. llvm[5]: Compiling StreamChecker.cpp for Release+Asserts build
  1778. llvm[5]: Compiling TaintTesterChecker.cpp for Release+Asserts build
  1779. llvm[5]: Compiling UndefBranchChecker.cpp for Release+Asserts build
  1780. llvm[5]: Compiling UndefCapturedBlockVarChecker.cpp for Release+Asserts build
  1781. llvm[5]: Compiling UndefResultChecker.cpp for Release+Asserts build
  1782. llvm[5]: Compiling UndefinedArraySubscriptChecker.cpp for Release+Asserts build
  1783. llvm[5]: Compiling UndefinedAssignmentChecker.cpp for Release+Asserts build
  1784. llvm[5]: Compiling UnixAPIChecker.cpp for Release+Asserts build
  1785. llvm[5]: Compiling UnreachableCodeChecker.cpp for Release+Asserts build
  1786. llvm[5]: Compiling VLASizeChecker.cpp for Release+Asserts build
  1787. llvm[5]: Compiling VirtualCallChecker.cpp for Release+Asserts build
  1788. llvm[5]: Building Release+Asserts Archive Library libclangStaticAnalyzerCheckers.a
  1789. llvm[5]: Compiling AnalysisConsumer.cpp for Release+Asserts build
  1790. llvm[5]: Compiling CheckerRegistration.cpp for Release+Asserts build
  1791. llvm[5]: Compiling FrontendActions.cpp for Release+Asserts build
  1792. llvm[5]: Building Release+Asserts Archive Library libclangStaticAnalyzerFrontend.a
  1793. llvm[5]: Compiling AnalysisManager.cpp for Release+Asserts build
  1794. llvm[5]: Compiling BasicConstraintManager.cpp for Release+Asserts build
  1795. llvm[5]: Compiling BasicValueFactory.cpp for Release+Asserts build
  1796. llvm[5]: Compiling BlockCounter.cpp for Release+Asserts build
  1797. llvm[5]: Compiling BugReporter.cpp for Release+Asserts build
  1798. llvm[5]: Compiling BugReporterVisitors.cpp for Release+Asserts build
  1799. llvm[5]: Compiling Checker.cpp for Release+Asserts build
  1800. llvm[5]: Compiling CheckerContext.cpp for Release+Asserts build
  1801. llvm[5]: Compiling CheckerHelpers.cpp for Release+Asserts build
  1802. llvm[5]: Compiling CheckerManager.cpp for Release+Asserts build
  1803. llvm[5]: Compiling CheckerRegistry.cpp for Release+Asserts build
  1804. llvm[5]: Compiling CoreEngine.cpp for Release+Asserts build
  1805. llvm[5]: Compiling Environment.cpp for Release+Asserts build
  1806. llvm[5]: Compiling ExplodedGraph.cpp for Release+Asserts build
  1807. llvm[5]: Compiling ExprEngine.cpp for Release+Asserts build
  1808. llvm[5]: Compiling ExprEngineC.cpp for Release+Asserts build
  1809. llvm[5]: Compiling ExprEngineCXX.cpp for Release+Asserts build
  1810. llvm[5]: Compiling ExprEngineCallAndReturn.cpp for Release+Asserts build
  1811. llvm[5]: Compiling ExprEngineObjC.cpp for Release+Asserts build
  1812. llvm[5]: Compiling FunctionSummary.cpp for Release+Asserts build
  1813. llvm[5]: Compiling HTMLDiagnostics.cpp for Release+Asserts build
  1814. llvm[5]: Compiling MemRegion.cpp for Release+Asserts build
  1815. llvm[5]: Compiling ObjCMessage.cpp for Release+Asserts build
  1816. llvm[5]: Compiling PathDiagnostic.cpp for Release+Asserts build
  1817. llvm[5]: Compiling PlistDiagnostics.cpp for Release+Asserts build
  1818. llvm[5]: Compiling ProgramState.cpp for Release+Asserts build
  1819. llvm[5]: Compiling RangeConstraintManager.cpp for Release+Asserts build
  1820. llvm[5]: Compiling RegionStore.cpp for Release+Asserts build
  1821. llvm[5]: Compiling SValBuilder.cpp for Release+Asserts build
  1822. llvm[5]: Compiling SVals.cpp for Release+Asserts build
  1823. llvm[5]: Compiling SimpleConstraintManager.cpp for Release+Asserts build
  1824. llvm[5]: Compiling SimpleSValBuilder.cpp for Release+Asserts build
  1825. llvm[5]: Compiling Store.cpp for Release+Asserts build
  1826. llvm[5]: Compiling SubEngine.cpp for Release+Asserts build
  1827. llvm[5]: Compiling SymbolManager.cpp for Release+Asserts build
  1828. llvm[5]: Compiling TextPathDiagnostics.cpp for Release+Asserts build
  1829. llvm[5]: Building Release+Asserts Archive Library libclangStaticAnalyzerCore.a
  1830. llvm[4]: Compiling Commit.cpp for Release+Asserts build
  1831. llvm[4]: Compiling EditedSource.cpp for Release+Asserts build
  1832. llvm[4]: Compiling RewriteObjCFoundationAPI.cpp for Release+Asserts build
  1833. llvm[4]: Building Release+Asserts Archive Library libclangEdit.a
  1834. llvm[4]: Compiling DeltaTree.cpp for Release+Asserts build
  1835. llvm[4]: Compiling FixItRewriter.cpp for Release+Asserts build
  1836. llvm[4]: Compiling FrontendActions.cpp for Release+Asserts build
  1837. llvm[4]: Compiling HTMLPrint.cpp for Release+Asserts build
  1838. llvm[4]: Compiling HTMLRewrite.cpp for Release+Asserts build
  1839. llvm[4]: Compiling RewriteMacros.cpp for Release+Asserts build
  1840. llvm[4]: Compiling RewriteModernObjC.cpp for Release+Asserts build
  1841. llvm[4]: Compiling RewriteObjC.cpp for Release+Asserts build
  1842. llvm[4]: Compiling RewriteRope.cpp for Release+Asserts build
  1843. llvm[4]: Compiling RewriteTest.cpp for Release+Asserts build
  1844. llvm[4]: Compiling Rewriter.cpp for Release+Asserts build
  1845. llvm[4]: Compiling TokenRewriter.cpp for Release+Asserts build
  1846. llvm[4]: Building Release+Asserts Archive Library libclangRewrite.a
  1847. llvm[4]: Compiling ARCMT.cpp for Release+Asserts build
  1848. llvm[4]: Compiling ARCMTActions.cpp for Release+Asserts build
  1849. llvm[4]: Compiling FileRemapper.cpp for Release+Asserts build
  1850. llvm[4]: Compiling ObjCMT.cpp for Release+Asserts build
  1851. llvm[4]: Compiling PlistReporter.cpp for Release+Asserts build
  1852. llvm[4]: Compiling TransAPIUses.cpp for Release+Asserts build
  1853. llvm[4]: Compiling TransARCAssign.cpp for Release+Asserts build
  1854. llvm[4]: Compiling TransAutoreleasePool.cpp for Release+Asserts build
  1855. llvm[4]: Compiling TransBlockObjCVariable.cpp for Release+Asserts build
  1856. llvm[4]: Compiling TransEmptyStatementsAndDealloc.cpp for Release+Asserts build
  1857. llvm[4]: Compiling TransGCAttrs.cpp for Release+Asserts build
  1858. llvm[4]: Compiling TransGCCalls.cpp for Release+Asserts build
  1859. llvm[4]: Compiling TransProperties.cpp for Release+Asserts build
  1860. llvm[4]: Compiling TransRetainReleaseDealloc.cpp for Release+Asserts build
  1861. llvm[4]: Compiling TransUnbridgedCasts.cpp for Release+Asserts build
  1862. llvm[4]: Compiling TransUnusedInitDelegate.cpp for Release+Asserts build
  1863. llvm[4]: Compiling TransZeroOutPropsInDealloc.cpp for Release+Asserts build
  1864. llvm[4]: Compiling TransformActions.cpp for Release+Asserts build
  1865. llvm[4]: Compiling Transforms.cpp for Release+Asserts build
  1866. llvm[4]: Building Release+Asserts Archive Library libclangARCMigrate.a
  1867. llvm[4]: Compiling ASTCommon.cpp for Release+Asserts build
  1868. llvm[4]: Compiling ASTReader.cpp for Release+Asserts build
  1869. llvm[4]: Compiling ASTReaderDecl.cpp for Release+Asserts build
  1870. llvm[4]: Compiling ASTReaderStmt.cpp for Release+Asserts build
  1871. llvm[4]: Compiling ASTWriter.cpp for Release+Asserts build
  1872. llvm[4]: Compiling ASTWriterDecl.cpp for Release+Asserts build
  1873. llvm[4]: Compiling ASTWriterStmt.cpp for Release+Asserts build
  1874. llvm[4]: Compiling GeneratePCH.cpp for Release+Asserts build
  1875. llvm[4]: Compiling Module.cpp for Release+Asserts build
  1876. llvm[4]: Compiling ModuleManager.cpp for Release+Asserts build
  1877. llvm[4]: Building Release+Asserts Archive Library libclangSerialization.a
  1878. llvm[4]: Compiling ASTConsumers.cpp for Release+Asserts build
  1879. llvm[4]: Compiling ASTMerge.cpp for Release+Asserts build
  1880. llvm[4]: Compiling ASTUnit.cpp for Release+Asserts build
  1881. llvm[4]: Compiling CacheTokens.cpp for Release+Asserts build
  1882. llvm[4]: Compiling ChainedDiagnosticConsumer.cpp for Release+Asserts build
  1883. llvm[4]: Compiling ChainedIncludesSource.cpp for Release+Asserts build
  1884. llvm[4]: Compiling CompilerInstance.cpp for Release+Asserts build
  1885. llvm[4]: Compiling CompilerInvocation.cpp for Release+Asserts build
  1886. llvm[4]: Compiling CreateInvocationFromCommandLine.cpp for Release+Asserts build
  1887. llvm[4]: Compiling DependencyFile.cpp for Release+Asserts build
  1888. llvm[4]: Compiling DependencyGraph.cpp for Release+Asserts build
  1889. llvm[4]: Compiling DiagnosticRenderer.cpp for Release+Asserts build
  1890. llvm[4]: Compiling FrontendAction.cpp for Release+Asserts build
  1891. llvm[4]: Compiling FrontendActions.cpp for Release+Asserts build
  1892. llvm[4]: Compiling FrontendOptions.cpp for Release+Asserts build
  1893. llvm[4]: Compiling HeaderIncludeGen.cpp for Release+Asserts build
  1894. llvm[4]: Compiling InitHeaderSearch.cpp for Release+Asserts build
  1895. llvm[4]: Compiling InitPreprocessor.cpp for Release+Asserts build
  1896. llvm[4]: Compiling LangStandards.cpp for Release+Asserts build
  1897. llvm[4]: Compiling LayoutOverrideSource.cpp for Release+Asserts build
  1898. llvm[4]: Compiling LogDiagnosticPrinter.cpp for Release+Asserts build
  1899. llvm[4]: Compiling MultiplexConsumer.cpp for Release+Asserts build
  1900. llvm[4]: Compiling PrintPreprocessedOutput.cpp for Release+Asserts build
  1901. llvm[4]: Compiling SerializedDiagnosticPrinter.cpp for Release+Asserts build
  1902. llvm[4]: Compiling TextDiagnostic.cpp for Release+Asserts build
  1903. llvm[4]: Compiling TextDiagnosticBuffer.cpp for Release+Asserts build
  1904. llvm[4]: Compiling TextDiagnosticPrinter.cpp for Release+Asserts build
  1905. llvm[4]: Compiling VerifyDiagnosticConsumer.cpp for Release+Asserts build
  1906. llvm[4]: Compiling Warnings.cpp for Release+Asserts build
  1907. llvm[4]: Building Release+Asserts Archive Library libclangFrontend.a
  1908. llvm[4]: Compiling ExecuteCompilerInvocation.cpp for Release+Asserts build
  1909. llvm[4]: Building Release+Asserts Archive Library libclangFrontendTool.a
  1910. llvm[4]: Compiling CompilationDatabase.cpp for Release+Asserts build
  1911. llvm[4]: Compiling Tooling.cpp for Release+Asserts build
  1912. llvm[4]: Building Release+Asserts Archive Library libclangTooling.a
  1913. llvm[4]: Compiling Action.cpp for Release+Asserts build
  1914. llvm[4]: Compiling Arg.cpp for Release+Asserts build
  1915. llvm[4]: Compiling ArgList.cpp for Release+Asserts build
  1916. llvm[4]: Compiling CC1AsOptions.cpp for Release+Asserts build
  1917. llvm[4]: Compiling CC1Options.cpp for Release+Asserts build
  1918. llvm[4]: Compiling Compilation.cpp for Release+Asserts build
  1919. llvm[4]: Compiling Driver.cpp for Release+Asserts build
  1920. llvm[4]: Compiling DriverOptions.cpp for Release+Asserts build
  1921. llvm[4]: Compiling Job.cpp for Release+Asserts build
  1922. llvm[4]: Compiling OptTable.cpp for Release+Asserts build
  1923. llvm[4]: Compiling Option.cpp for Release+Asserts build
  1924. llvm[4]: Compiling Phases.cpp for Release+Asserts build
  1925. llvm[4]: Compiling Tool.cpp for Release+Asserts build
  1926. llvm[4]: Compiling ToolChain.cpp for Release+Asserts build
  1927. llvm[4]: Compiling ToolChains.cpp for Release+Asserts build
  1928. llvm[4]: Compiling Tools.cpp for Release+Asserts build
  1929. llvm[4]: Compiling Types.cpp for Release+Asserts build
  1930. llvm[4]: Compiling WindowsToolChain.cpp for Release+Asserts build
  1931. llvm[4]: Building Release+Asserts Archive Library libclangDriver.a
  1932. llvm[4]: Compiling cc1_main.cpp for Release+Asserts build
  1933. llvm[4]: Compiling cc1as_main.cpp for Release+Asserts build
  1934. llvm[4]: Compiling driver.cpp for Release+Asserts build
  1935. llvm[4]: Creating clang 'Info.plist' file...
  1936. llvm[4]: Linking Release+Asserts executable clang (without symbols)
  1937. llvm[4]: ======= Finished Linking Release+Asserts Executable clang (without symbols)
  1938. llvm[4]: Creating Release+Asserts Alias clang++ (without symbols)
  1939. llvm[4]: ======= Finished Creating Release+Asserts Alias clang++ (without symbols)
  1940. llvm[4]: Compiling ARCMigrate.cpp for Release+Asserts build (PIC)
  1941. llvm[4]: Compiling CIndex.cpp for Release+Asserts build (PIC)
  1942. llvm[4]: Compiling CIndexCXX.cpp for Release+Asserts build (PIC)
  1943. llvm[4]: Compiling CIndexCodeCompletion.cpp for Release+Asserts build (PIC)
  1944. llvm[4]: Compiling CIndexDiagnostic.cpp for Release+Asserts build (PIC)
  1945. llvm[4]: Compiling CIndexHigh.cpp for Release+Asserts build (PIC)
  1946. llvm[4]: Compiling CIndexInclusionStack.cpp for Release+Asserts build (PIC)
  1947. llvm[4]: Compiling CIndexUSRs.cpp for Release+Asserts build (PIC)
  1948. llvm[4]: Compiling CIndexer.cpp for Release+Asserts build (PIC)
  1949. llvm[4]: Compiling CXCursor.cpp for Release+Asserts build (PIC)
  1950. llvm[4]: Compiling CXLoadedDiagnostic.cpp for Release+Asserts build (PIC)
  1951. llvm[4]: Compiling CXSourceLocation.cpp for Release+Asserts build (PIC)
  1952. llvm[4]: Compiling CXStoredDiagnostic.cpp for Release+Asserts build (PIC)
  1953. llvm[4]: Compiling CXString.cpp for Release+Asserts build (PIC)
  1954. llvm[4]: Compiling CXType.cpp for Release+Asserts build (PIC)
  1955. llvm[4]: Compiling IndexBody.cpp for Release+Asserts build (PIC)
  1956. llvm[4]: Compiling IndexDecl.cpp for Release+Asserts build (PIC)
  1957. llvm[4]: Compiling IndexTypeSourceInfo.cpp for Release+Asserts build (PIC)
  1958. llvm[4]: Compiling Indexing.cpp for Release+Asserts build (PIC)
  1959. llvm[4]: Compiling IndexingContext.cpp for Release+Asserts build (PIC)
  1960. llvm[4]: Linking Release+Asserts Shared Library libclang.dylib
  1961. llvm[4]: Building Release+Asserts Archive Library libclang.a
  1962. llvm[4]: Compiling c-index-test.c for Release+Asserts build
  1963. llvm[4]: Linking Release+Asserts executable c-index-test (without symbols)
  1964. llvm[4]: ======= Finished Linking Release+Asserts Executable c-index-test (without symbols)
  1965. llvm[4]: Compiling arcmt-test.cpp for Release+Asserts build
  1966. llvm[4]: Linking Release+Asserts executable arcmt-test (without symbols)
  1967. llvm[4]: ======= Finished Linking Release+Asserts Executable arcmt-test (without symbols)
  1968. llvm[4]: Compiling c-arcmt-test.c for Release+Asserts build
  1969. llvm[4]: Linking Release+Asserts executable c-arcmt-test (without symbols)
  1970. llvm[4]: ======= Finished Linking Release+Asserts Executable c-arcmt-test (without symbols)
  1971. llvm[4]: Compiling DiagTool.cpp for Release+Asserts build
  1972. llvm[4]: Compiling ListWarnings.cpp for Release+Asserts build
  1973. llvm[4]: Compiling diagtool_main.cpp for Release+Asserts build
  1974. llvm[4]: Linking Release+Asserts executable diagtool (without symbols)
  1975. llvm[4]: ======= Finished Linking Release+Asserts Executable diagtool (without symbols)
  1976. llvm[4]: Compiling ClangCheck.cpp for Release+Asserts build
  1977. llvm[4]: Linking Release+Asserts executable clang-check (without symbols)
  1978. llvm[4]: ======= Finished Linking Release+Asserts Executable clang-check (without symbols)
  1979. warning: clang_darwin.mk: dropping arch 'i386' from lib 'eprintf'
  1980. warning: clang_darwin.mk: dropping arch 'i386' from lib '10.4'
  1981. warning: clang_darwin.mk: dropping arch 'x86_64' from lib '10.4'
  1982. warning: clang_darwin.mk: dropping arch 'i386' from lib 'ios'
  1983. warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'ios'
  1984. warning: clang_darwin.mk: dropping arch 'armv6' from lib 'ios'
  1985. warning: clang_darwin.mk: dropping arch 'armv7' from lib 'ios'
  1986. warning: clang_darwin.mk: dropping arch 'i386' from lib 'osx'
  1987. warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'osx'
  1988. warning: clang_darwin.mk: dropping arch 'armv6' from lib 'cc_kext'
  1989. warning: clang_darwin.mk: dropping arch 'armv7' from lib 'cc_kext'
  1990. warning: clang_darwin.mk: dropping arch 'i386' from lib 'cc_kext'
  1991. warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'cc_kext'
  1992. warning: clang_darwin.mk: dropping arch 'i386' from lib 'profile_osx'
  1993. warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'profile_osx'
  1994. warning: clang_darwin.mk: dropping arch 'i386' from lib 'profile_ios'
  1995. warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'profile_ios'
  1996. warning: clang_darwin.mk: dropping arch 'armv6' from lib 'profile_ios'
  1997. warning: clang_darwin.mk: dropping arch 'armv7' from lib 'profile_ios'
  1998. warning: clang_darwin.mk: dropping arch 'i386' from lib 'asan_osx'
  1999. warning: clang_darwin.mk: dropping arch 'x86_64' from lib 'asan_osx'
  2000. MKDIR: /Users/makira/Desktop/git_repository/sonicbirth/ThirdParty/build/tools/clang/runtime/compiler-rt/clang_darwin/eprintf
  2001. FINAL-ARCHIVE: clang_darwin/eprintf: /Users/makira/Desktop/git_repository/sonicbirth/ThirdParty/build/tools/clang/runtime/compiler-rt/clang_darwin/eprintf/libcompiler_rt.a
  2002. lipo: no input files specified
  2003. lipo: Usage: lipo [input_file] ... [-arch <arch_type> input_file] ... [-info] [-detailed_info] [-output output_file] [-create] [-arch_blank <arch_type>] [-thin <arch_type>] [-remove <arch_type>] ... [-extract <arch_type>] ... [-extract_family <arch_type>] ... [-verify_arch <arch_type> ...] [-replace <arch_type> <file_name>] ...
  2004. make[5]: *** [/Users/makira/Desktop/git_repository/sonicbirth/ThirdParty/build/tools/clang/runtime/compiler-rt/clang_darwin/eprintf/libcompiler_rt.a] Error 1
  2005. make[4]: *** [BuildRuntimeLibraries] Error 2
  2006. make[3]: *** [compiler-rt/.makeall] Error 2
  2007. make[2]: *** [all] Error 1
  2008. make[1]: *** [clang/.makeall] Error 2
  2009. make: *** [all] Error 1
  2010. 08:36:34:~/Desktop/ThirdParty/build $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement