Advertisement
Guest User

Untitled

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