search for: llvm_tools_dir

Displaying 13 results from an estimated 13 matches for "llvm_tools_dir".

2010 Sep 22
2
[LLVMdev] LLVM make check-lit results *not reproducible* in certain cases WAS: [llvm-commits]: Initial cut of ARM MC ELF emitter (PATCH)
...g file in the individual llvm build directories, recreated here for your reading pleasure: ----- ## Autogenerated by LLVM/Clang configuration. # Do not edit! config.llvm_src_root = "{my directory}/llvm-tip-mc-hg" config.llvm_obj_root = "{my directory}/BUILD/llvm-tip-mc" config.llvm_tools_dir = "{my directory}/BUILD/llvm-tip-mc/Debug+Asserts/bin" ------ After seeing this, I definitely thought I was going mad, as the contents config.llvm_tools_dir seems to indicate, the executables being used by the tests are from the freshly built artifacts dir, and initial foray into to the...
2014 Jul 18
2
[LLVMdev] Fixing LLVM's CMake interface before LLVM3.5 release
>> I am happy to start writing a patch for the documentation > > Thanks. Please Cc me for review. Will do. >> # LLVM_BUILD_* values available only from LLVM build tree. > > Those were created to simplify building Clang locally against a > LLVM build tree. Clang needs the LLVM source and build trees too, > so this gives it that information. No information is
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
I have not, I was going to look at it tonight. I tried an earlier version and got stuck trying to figure out how to invoke lit.py. Looking over ' http://llvm.org/docs/TestingGuide.html' its still clear to be how to do that. In my setup, I have an out of tree build. Could you give be an example of the command line to invoke the tests? -Nathan On Mon, Jun 14, 2010 at 1:47 PM, Michael
2010 Jun 14
2
[LLVMdev] Win32 COFF Support
On Jun 14, 2010, at 3:41 PM, Nathan Jeffords <blunted2night at gmail.com> wrote: > Michael, > > I have not made any changes since I last posted a patch. If you > would like to make the final updates, thats fine by me. I don't mind > making the changes either, I can have them done this evening as well. I'll let you do it then, along with sorting out the macros.
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
I think this issue is that we were not using the INTERCEPTOR macros to define these functions. The following patch seems to work for me to get the build linking again, however, I cannot test -- when I run check-asan, I get: 2> lit.py: lit.common.cfg:59: fatal: Invalid llvm_tools_dir config attribute: 'E:/llvm/2013/$(Configuration)/bin' ~Aaron On Thu, Oct 23, 2014 at 1:20 PM, Aaron Ballman <aaron at aaronballman.com> wrote: > On Thu, Oct 23, 2014 at 1:18 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: >> http://llvm.org/bugs/show_bug.cgi?id...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
...is that we were not using the INTERCEPTOR macros to >> define these functions. The following patch seems to work for me to >> get the build linking again, however, I cannot test -- when I run >> check-asan, I get: >> >> 2> lit.py: lit.common.cfg:59: fatal: Invalid llvm_tools_dir config >> attribute: 'E:/llvm/2013/$(Configuration)/bin' >> >> ~Aaron >> >> On Thu, Oct 23, 2014 at 1:20 PM, Aaron Ballman <aaron at aaronballman.com> wrote: >>> On Thu, Oct 23, 2014 at 1:18 PM, Timur Iskhodzhanov <timurrrr at google.com> w...
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...udes = ['Inputs', 'CMakeLists.txt', 'README.txt', 'LICENSE.txt', 'debuginfo-tests'] # test_source_root: The root path where tests are located. config.test_source_root = os.path.dirname(__file__) @@ -58,8 +58,6 @@ tool_dirs = [config.clang_tools_dir, config.llvm_tools_dir] tools = [ 'c-index-test', 'clang-check', 'clang-diff', 'clang-format', 'opt', - ToolSubst('%test_debuginfo', command=os.path.join( - config.llvm_src_root, 'utils', 'test_debuginfo.pl')), ToolSubst('%clang_fun...
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...Lists.txt', 'README.txt', 'LICENSE.txt', 'debuginfo-tests'] >> >> # test_source_root: The root path where tests are located. >> config.test_source_root = os.path.dirname(__file__) >> @@ -58,8 +58,6 @@ tool_dirs = [config.clang_tools_dir, config.llvm_tools_dir] >> >> tools = [ >> 'c-index-test', 'clang-check', 'clang-diff', 'clang-format', 'opt', >> - ToolSubst('%test_debuginfo', command=os.path.join( >> - config.llvm_src_root, 'utils', 'test_debugi...
2011 Jun 29
1
[LLVMdev] HOWTO use llvm lit tool
Hi all, Can anybody give a tutorial about how to use llvm-lit tool? I copy and revise Makefile and lit.cfg etc from clang to my project. However, when I run make test it always seem unable to find the FileCheck tool correctly. How can I fix it? Can anybody add test feature to llvm/project/sample? Thanks in advance! best, Yabin -------------- next part -------------- An HTML attachment was
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...#39;, 'CMakeLists.txt', 'README.txt', 'LICENSE.txt', 'debuginfo-tests'] > > # test_source_root: The root path where tests are located. > config.test_source_root = os.path.dirname(__file__) > @@ -58,8 +58,6 @@ tool_dirs = [config.clang_tools_dir, config.llvm_tools_dir] > > tools = [ > 'c-index-test', 'clang-check', 'clang-diff', 'clang-format', 'opt', > - ToolSubst('%test_debuginfo', command=os.path.join( > - config.llvm_src_root, 'utils', 'test_debuginfo.pl <http://te...
2014 Oct 23
3
[LLVMdev] compiler-rt with MSVC 2013
...OR macros to >>>> define these functions. The following patch seems to work for me to >>>> get the build linking again, however, I cannot test -- when I run >>>> check-asan, I get: >>>> >>>> 2> lit.py: lit.common.cfg:59: fatal: Invalid llvm_tools_dir config >>>> attribute: 'E:/llvm/2013/$(Configuration)/bin' >>>> >>>> ~Aaron >>>> >>>> On Thu, Oct 23, 2014 at 1:20 PM, Aaron Ballman <aaron at aaronballman.com> wrote: >>>>> On Thu, Oct 23, 2014 at 1:18 PM, Tim...
2014 Oct 23
2
[LLVMdev] compiler-rt with MSVC 2013
http://llvm.org/bugs/show_bug.cgi?id=21241 ? 2014-10-23 10:18 GMT-07:00 Aaron Ballman <aaron at aaronballman.com>: > On Thu, Oct 23, 2014 at 1:15 PM, Aaron Ballman <aaron at aaronballman.com> wrote: >> On Thu, Oct 23, 2014 at 1:13 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: >>> Yes it is. >>> Are you doing a Debug or Release build?
2017 Nov 22
2
PSA: debuginfo-tests workflow changing slightly
I sorta enjoy debugging stuff like this, so if you don't mind, I'll dig into it once I get a chance -- traveling so, my access is a bit sketchy right now. I'll see if I can grab the logs and let you know if I find anything interesting. On Tue, Nov 21, 2017 at 7:04 PM, Zachary Turner <zturner at google.com> wrote: > That change was added specifically to workaround a failure