Displaying 20 results from an estimated 33 matches for "diagtool".
2013 Jan 03
4
[LLVMdev] Fatal error in build, include <utility> not found
...se+Asserts executable c-arcmt-test (without symbols)
llvm[4]: ======= Finished Linking Release+Asserts Executable c-arcmt-test
(without symbols)
make[4]: Leaving directory
`/home/user/LLVM/build/tools/clang/tools/c-arcmt-test'
make[4]: Entering directory
`/home/user/LLVM/build/tools/clang/tools/diagtool'
llvm[4]: Compiling DiagTool.cpp for Release+Asserts build
llvm[4]: Compiling diagtool_main.cpp for Release+Asserts build
llvm[4]: Compiling ListWarnings.cpp for Release+Asserts build
llvm[4]: Linking Release+Asserts executable diagtool (without symbols)
llvm[4]: ======= Finished Linking Releas...
2018 May 15
0
Removing LLVM testing tools from the install distribution
A new one was just added recently - Clang's diagtool. So if you're looking
at how to reduce install size, might want to double check that the
motivation for adding that is consistent with/not contradictory with your
goals/motivations for removing these.
(also since several of these are clang binaries/tools - maybe check with
the cfe-dev list too...
2013 Jan 03
0
[LLVMdev] Fatal error in build, include <utility> not found
...test (without symbols)
> llvm[4]: ======= Finished Linking Release+Asserts Executable c-arcmt-test
> (without symbols)
> make[4]: Leaving directory
> `/home/user/LLVM/build/tools/clang/tools/c-arcmt-test'
> make[4]: Entering directory
> `/home/user/LLVM/build/tools/clang/tools/diagtool'
> llvm[4]: Compiling DiagTool.cpp for Release+Asserts build
> llvm[4]: Compiling diagtool_main.cpp for Release+Asserts build
> llvm[4]: Compiling ListWarnings.cpp for Release+Asserts build
> llvm[4]: Linking Release+Asserts executable diagtool (without symbols)
> llvm[4]: ======...
2014 Feb 04
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
...serts/lib/libLLVMSupport.a(Process.o):
In function `llvm::sys::Process::GetRandomNumber()':
/mnt/ssd/work/svn/lgs/llvm/lib/Support/Unix/Process.inc:371: undefined
reference to `arc4random'
collect2: error: ld returned 1 exit status
make[4]: *** [/mnt/ssd/work/svn/lgs/build/Debug+Asserts/bin/diagtool] Error
1
make[4]: Leaving directory
`/mnt/ssd/work/svn/lgs/build/tools/clang/tools/diagtool'
make[3]: *** [diagtool/.makeall] Error 2
make[3]: *** Waiting for unfinished jobs....
/mnt/ssd/work/svn/lgs/build/Debug+Asserts/lib/libLLVMSupport.a(Process.o):
In function `llvm::sys::Process::GetRando...
2018 May 14
6
Removing LLVM testing tools from the install distribution
Should the binaries included in an LLVM release be generally useful to a wide audience of toolchain users, or is it OK to ship tools that are only really useful for LLVM development?
If the former is the case, can we consider not shipping tools which are exclusively for testing the compiler? E.g removing these 5 binaries from 5.0.2-rc1 would have saved over a hundred megabytes in uncompressed
2018 Sep 19
5
LLVM 7.0.0 Release
...enCL C++ support, MSan, X-Ray
and libFuzzer support for FreeBSD, early UBSan, X-Ray and libFuzzer
support for OpenBSD, UBSan checks for implicit conversions, many
long-tail compatibility issues fixed in lld which is now production
ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and
diagtool. And as usual, many optimizations, improved diagnostics, and
bug fixes.
For more details, see the release notes:
https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/Re...
2018 Sep 19
5
LLVM 7.0.0 Release
...enCL C++ support, MSan, X-Ray
and libFuzzer support for FreeBSD, early UBSan, X-Ray and libFuzzer
support for OpenBSD, UBSan checks for implicit conversions, many
long-tail compatibility issues fixed in lld which is now production
ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and
diagtool. And as usual, many optimizations, improved diagnostics, and
bug fixes.
For more details, see the release notes:
https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/Re...
2018 Sep 19
3
[lldb-dev] LLVM 7.0.0 Release
...zer support for FreeBSD, early UBSan, X-Ray and libFuzzer
> > support for OpenBSD, UBSan checks for implicit conversions, many
> > long-tail compatibility issues fixed in lld which is now production
> > ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and
> > diagtool. And as usual, many optimizations, improved diagnostics, and
> > bug fixes.
> >
> > For more details, see the release notes:
> > https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
> > https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html
> >
>...
2018 Apr 27
3
Size of produced binaries when compiling llvm & clang sources
...-move
468M global-symbol-builder
467M clang-change-namespace
464M tool-template
464M clang-rename
462M clang-reorder-fields
460M find-all-symbols
456M clang-doc
452M clang-include-fixer
444M modularize
443M clang-func-mapping
442M clang-diff
441M libToolingExample00
438M pp-trace
434M diagtool
184M llvm-cfi-verify
170M llvm-objdump
168M sancov
158M llvm-rtdyld
149M llvm-ar
148M llvm-nm
145M llvm-extract
145M llvm-link
142M llvm-dwarfdump
141M llvm-split
131M llvm-mc
127M llvm-pdbutil
126M clang-offload-bundler
122M llvm-mca
121M verify-uselistorder
121M llvm-cat
120M llv...
2014 Feb 03
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
Hey all,
FYI -
We're seeing a whole host of errors around requiring arc4random and linkage
errors building llvm/clang/lldb from top of tree. This is on lldb builds
with Ubuntu 12.04 x86_64, using gcc 4.8.2 and configure-based builds. This
appeared to crop up sometime since Friday morning. What's the right fix
for that? Looks to be a dependency on libbsd?
--
Todd Fiala | Software
2018 Sep 21
2
[lldb-dev] LLVM 7.0.0 Release
...BSan, X-Ray and libFuzzer
>>> > support for OpenBSD, UBSan checks for implicit conversions, many
>>> > long-tail compatibility issues fixed in lld which is now production
>>> > ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and
>>> > diagtool. And as usual, many optimizations, improved diagnostics, and
>>> > bug fixes.
>>> >
>>> > For more details, see the release notes:
>>> > https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
>>> > https://llvm.org/releases/7.0.0/tools/cla...
2018 Apr 27
0
Size of produced binaries when compiling llvm & clang sources
...ce
> 464M tool-template
> 464M clang-rename
> 462M clang-reorder-fields
> 460M find-all-symbols
> 456M clang-doc
> 452M clang-include-fixer
> 444M modularize
> 443M clang-func-mapping
> 442M clang-diff
> 441M libToolingExample00
> 438M pp-trace
> 434M diagtool
> 184M llvm-cfi-verify
> 170M llvm-objdump
> 168M sancov
> 158M llvm-rtdyld
> 149M llvm-ar
> 148M llvm-nm
> 145M llvm-extract
> 145M llvm-link
> 142M llvm-dwarfdump
> 141M llvm-split
> 131M llvm-mc
> 127M llvm-pdbutil
> 126M clang-offload-bundler...
2012 Jul 14
2
[LLVMdev] Recompiling llvm+clang how-to?
...`/home/hum/Projects/clang_llvm/build/tools/clang/tools/c-arcmt-test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/c-arcmt-test'
make[4]: Entering directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/diagtool'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/diagtool'
make[4]: Entering directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/clang-check'
make[4]: Nothing to be done for `all'.
make[4]: Lea...
2018 Sep 27
2
[lldb-dev] LLVM 7.0.0 Release
...gt;>> > support for OpenBSD, UBSan checks for implicit conversions, many
> >>>> > long-tail compatibility issues fixed in lld which is now production
> >>>> > ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and
> >>>> > diagtool. And as usual, many optimizations, improved diagnostics, and
> >>>> > bug fixes.
> >>>> >
> >>>> > For more details, see the release notes:
> >>>> > https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
> >>>> &...
2012 Jul 13
0
[LLVMdev] Recompiling llvm+clang how-to?
Hi Journeyer J. Joh,
> I have questions about compiling Clang+llvm.
>
> I compile as the link below instructs.
>
> http://clang.llvm.org/get_started.html
>
> I do on Ubuntu 12.04.
>
> `time make -j5` prints for about 13 minutes to compile a brand new
> version of Clang+llvm.
> And after this I edit some C++ code(clang/tools/driver/driver.cpp) and
> compiles
2012 Jul 13
2
[LLVMdev] Recompiling llvm+clang how-to?
Hello list
I have questions about compiling Clang+llvm.
I compile as the link below instructs.
http://clang.llvm.org/get_started.html
I do on Ubuntu 12.04.
`time make -j5` prints for about 13 minutes to compile a brand new
version of Clang+llvm.
And after this I edit some C++ code(clang/tools/driver/driver.cpp) and
compiles using the very same makefile which was used above sentence.
But this
2012 Jul 03
2
[LLVMdev] error with cmake build of llvm
...X86
-- Targeting XCore
-- Clang version: 3.2
-- Configuring done
-- Generating done
I hit the make command after cmake, the moment it starts to link clang
tools:
(add_subdirectory(libclang)
add_subdirectory(c-index-test)
add_subdirectory(arcmt-test)
add_subdirectory(c-arcmt-test)
add_subdirectory(diagtool)
add_subdirectory(driver)
add_subdirectory(clang-check))
Starting from c-index-test, it outputs undefined reference to all clang
functions.
make
...
[ 97%] Built target libclang
[ 97%] Built target libclang_static
Linking CXX executable ../../../../bin/c-index-test
../../../../lib/libclang.so.3.2...
2015 Jul 22
2
[LLVMdev] (no subject)
Hello,
I have tried a lot fix this error but am not able to can you please
find me a solution am trying to compile the SAFECode in Cygwin Environment
to work for windows.
used make -j4 command to make the files in cygwin i have got this error
make[5]: Leaving directory
'/home/uidr7475/Work/LLVM_OBJ/projects/safecode/tools/clang/include'
/usr/bin/cp: cannot stat
2012 Jun 20
0
[LLVMdev] Build llvm/clang with cmake vs configure produces different set of artifacts
...-L$PWD/../../libcxx/build"
> LD_LIBRARY_PATH=$PWD/../../libcxx/build/:$LD_LIBRARY_PATH make -j32
TIA.
Ashok
-------------- next part --------------
==================CMake artifacts====================
ashoknn at wk:/local/mnt/workspace/llvm/bin.stock$l *
bin:
bugpoint* clang++@ diagtool* llvm-ar* llvm-config* llvm-dis* llvm-ld* llvm-mc* llvm-prof* llvm-rtdyld* llvm-stub* opt*
c-index-test* clang-3.1* llc* llvm-as* llvm-cov* llvm-dwarfdump* llvm-link* llvm-nm* llvm-ranlib* llvm-size* llvm-tblgen*
clang@...
2018 May 21
0
LLVM Weekly - #229, May 21st 2018
...al handling code is now signal-safe.
[r332496](https://reviews.llvm.org/rL332496).
* You can now use `-Rpass-analysis=size-info` to have remarks printed which
describe when a pass changes the number of IR instructions in a module.
[r332739](https://reviews.llvm.org/rL332739).
## Clang commits
* diagtool was added to the Clang install target and so will ship with the
LLVM release. It now has a man page too.
[r332448](https://reviews.llvm.org/rL332448).
* Early textual substitutions can now be performed for Diagnostic messages
specified in TableGen. This is intended to avoid repeating strings verba...