Displaying 20 results from an estimated 25 matches for "arcmt".
2014 Jun 02
7
[LLVMdev] How much memory clang llvm needs for debug compiling?
Hi,
--
Best Regards,
Yu Rong Tan
2013 Dec 08
2
[LLVMdev] lit: deprecating trailing \ in RUN lines
...'RUN:.*c++11' -- test/ | grep exceptions|
.. experimenting with new features or refactoring existing tests..
e.g. /How many tests could we add -fsyntax-only to?/
|giteach perl -pi -e 's/((RUN:.*%clang_cc1)(.*))$/$2
-fsyntax-only$3/g unless
m/(-fsyntax-only|-analyze|-arcmt-check|-arcmt-migrate|-o|-emit-llvm|-E|-ast-print|-ast-dump|[|>]|\\$)/'|
Answer, 405. Then git diff and page through to see if any are
actionable.
and fixing broken tests..
eg. /Let's find and fix %clang_cc1 substitution mistakes../
giteach perl -pi -e 's/(RUN:.*%...
2012 Jul 14
2
[LLVMdev] Recompiling llvm+clang how-to?
...`/home/hum/Projects/clang_llvm/build/tools/clang/tools/c-index-test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/c-index-test'
make[4]: Entering directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/arcmt-test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/arcmt-test'
make[4]: Entering directory
`/home/hum/Projects/clang_llvm/build/tools/clang/tools/c-arcmt-test'
make[4]: Nothing to be done for `all'.
make...
2013 Jan 03
4
[LLVMdev] Fatal error in build, include <utility> not found
...ly using the
includes found in build folder and ignoring the defaults (/usr/include,
/usr/include/c++/4.6, /usr/include/c++/4.6/x86_64-linux-gnu).
Is there a way to explicitly provide include directories at this point?
Thanks,
Andrew
Last lines of build log:
Linking Release+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]: Compil...
2013 Dec 09
0
[LLVMdev] lit: deprecating trailing \ in RUN lines
...-- test/ | grep exceptions
>
>
> .. experimenting with new features or refactoring existing tests..
>
> e.g. *How many tests could we add -fsyntax-only to?*
>
> giteach perl -pi -e 's/((RUN:.*%clang_cc1)(.*))$/$2 -fsyntax-only$3/g
> unless
> m/(-fsyntax-only|-analyze|-arcmt-check|-arcmt-migrate|-o|-emit-llvm|-E|-ast-print|-ast-dump|[|>]|\\$)/'
>
> Answer, 405. Then git diff and page through to see if any are actionable.
>
>
> and fixing broken tests..
>
> eg. *Let's find and fix %clang_cc1 substitution mistakes..*
>
> giteach perl...
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/arcmt-test]
Error 1
make[4]: Leaving directory
`/mnt/ssd/work/svn/lgs/build/tools/clang/tools/arcmt-test'
make[3]: *** [arcmt-test/.makeall] Error 2
/mnt/ssd/work/svn/lgs/build/Debug+Asserts/lib/libLLVMSupport.a(Process.o):
In function `llvm::sys::Process::GetRandomNumber()':
/mnt/ssd/work/svn/lg...
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
...NVPTX
-- Targeting PowerPC
-- Targeting Sparc
-- Targeting 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 executab...
2013 Jan 03
0
[LLVMdev] Fatal error in build, include <utility> not found
...d ignoring the defaults (/usr/include,
> /usr/include/c++/4.6, /usr/include/c++/4.6/x86_64-linux-gnu).
> Is there a way to explicitly provide include directories at this point?
>
> Thanks,
> Andrew
>
>
> Last lines of build log:
>
> Linking Release+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...
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
2018 Apr 27
3
Size of produced binaries when compiling llvm & clang sources
...re the sizes of the binaries:
1.9G clang-7
1.6G clang-check
1.2G clang-tidy
1.1G opt
1.1G bugpoint
1.1G llvm-lto
1.1G llvm-lto2
1018M llc
1015M c-index-test
992M dsymutil
992M llvm-isel-fuzzer
989M llvm-opt-fuzzer
987M llvm-dwp
937M llvm-c-test
653M clang-import-test
512M clangd
493M arcmt-test
484M lli
480M clang-query
473M clang-refactor
469M clang-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-mappin...
2012 May 14
0
[LLVMdev] MCJIT
...e asm not supported by this streamer because we don't have an asm parser for this target
I add back the call to InitializeNativeTargetAsmParser() in lli.cpp, but
compilation fails:
> make[4]: Leaving directory `/local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/build/tools/clang/tools/arcmt-test'
> /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/build/tools/lli/Debug+Asserts/lli.o: In function `llvm::InitializeNativeTargetAsmParser()':
> /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/include/llvm/Support/TargetSelect.h:149: undefined reference to `L...
2013 Dec 08
0
[LLVMdev] lit: deprecating trailing \ in RUN lines
On Sun, Dec 8, 2013 at 6:04 AM, Alp Toker <alp at nuanti.com> wrote:
>
> On 08/12/2013 13:12, Chandler Carruth wrote:
>
>>
>> * Removing trailing \ will introduce the neat property that
>>>
>>> one RUN line corresponds precisely to one command that's
>>> executed. This is good for humans and will enable
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 Apr 27
0
Size of produced binaries when compiling llvm & clang sources
...ang-tidy
> 1.1G opt
> 1.1G bugpoint
> 1.1G llvm-lto
> 1.1G llvm-lto2
> 1018M llc
> 1015M c-index-test
> 992M dsymutil
> 992M llvm-isel-fuzzer
> 989M llvm-opt-fuzzer
> 987M llvm-dwp
> 937M llvm-c-test
> 653M clang-import-test
> 512M clangd
> 493M arcmt-test
> 484M lli
> 480M clang-query
> 473M clang-refactor
> 469M clang-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...
2012 May 14
2
[LLVMdev] MCJIT
On 5/14/2012 10:28 AM, Jim Grosbach wrote:
>
> On May 14, 2012, at 10:21 AM, Ashok Nalkund<ashoknn at qualcomm.com> wrote:
>
>> On 5/14/2012 9:51 AM, Jim Grosbach wrote:
>>>
>>>>>
>>>>> If you're hitting that code, you're running the old JIT (which does indeed not support inline assembly), not the MCJIT.
>>>>>
2019 Apr 30
6
Disk space and RAM requirements in docs
...ng/tools/clang-fuzzer/handle-cxx/CMakeFiles
7.4M build/tools/clang/tools/clang-fuzzer/handle-cxx
7.4M build/lib/Target/Hexagon/AsmParser/CMakeFiles
7.4M build/lib/Target/Hexagon/AsmParser
7.3M build/tools/clang/tools/clang-fuzzer/handle-cxx/CMakeFiles/clangHandleCXX.dir
7.3M build/tools/clang/tools/arcmt-test/CMakeFiles/arcmt-test.dir
7.3M build/tools/clang/tools/arcmt-test/CMakeFiles
7.3M build/tools/clang/tools/arcmt-test
7.3M build/tools/clang/test/CodeGenCXX/Output
7.3M build/tools/clang/test/CodeGenCXX
7.3M build/lib/Target/Hexagon/AsmParser/CMakeFiles/LLVMHexagonAsmParser.dir
7.2M build/tools...
2012 May 14
2
[LLVMdev] MCJIT
...streamer because we don't have an asm parser for this target
>
> I add back the call to InitializeNativeTargetAsmParser() in lli.cpp, but compilation fails:
Makes sense.
>> make[4]: Leaving directory `/local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/build/tools/clang/tools/arcmt-test'
>> /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/build/tools/lli/Debug+Asserts/lli.o: In function `llvm::InitializeNativeTargetAsmParser()':
>> /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/include/llvm/Support/TargetSelect.h:149: undefined referen...
2013 Dec 08
4
[LLVMdev] lit: deprecating trailing \ in RUN lines
On 08/12/2013 13:12, Chandler Carruth wrote:
>
>> * Removing trailing \ will introduce the neat property that
>> one RUN line corresponds precisely to one command that's
>> executed. This is good for humans and will enable
>> simplifications in the test runner.
>>
>> FWIW, I've never really had a