search for: getsvn

Displaying 6 results from an estimated 6 matches for "getsvn".

2016 Oct 22
2
Error while building llvm - need suggestion
Hello, I got a problem while building llvm using cmake version 3.7 following the instructions in " http://clang.llvm.org/get_started.html ". After building for 56% it's displaying the error "make[2]: *** No rule to make target `/GetSVN.cmake', needed by `tools/clang/lib/Basic/SVNVersion.inc'. Stop. " I did notice the presence of GetSVN.cmake in the system path /LibFuzzer/llvm/cmake/modules. Is there something wrong in what I did, could you please let me know ! -- Thanks & Regards -------------- next part -----...
2015 Jul 06
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...LLVM on Arch Linux and install it in the install directory there is a ``share/llvm/cmake/`` directory and it contains the following files (this is LLVM trunk rather than 3.6.2 but it should be very similar). ``` AddLLVM.cmake AddOCaml.cmake ChooseMSVCCRT.cmake FindOCaml.cmake GetSVN.cmake HandleLLVMStdlib.cmake LLVMConfig.cmake LLVMExports.cmake TableGen.cmake AddLLVMDefinitions.cmake AddSphinxTarget.cmake CrossCompile.cmake FindSphinx.cmake HandleLLVMOptions.cmake LLVM-Config.cmake LLVMConfigVersion.cmake LLVMProcessSources.cmake ``` You'...
2015 Jul 07
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
...ctory there is a >> ``share/llvm/cmake/`` directory and it contains the following files >> (this is LLVM trunk rather than 3.6.2 but it should be very similar). >> >> ``` >> AddLLVM.cmake AddOCaml.cmake ChooseMSVCCRT.cmake >> FindOCaml.cmake GetSVN.cmake HandleLLVMStdlib.cmake >> LLVMConfig.cmake LLVMExports.cmake TableGen.cmake >> AddLLVMDefinitions.cmake AddSphinxTarget.cmake CrossCompile.cmake >> FindSphinx.cmake HandleLLVMOptions.cmake LLVM-Config.cmake >> LLVMConfigVersion.cmake LL...
2014 Nov 25
2
[LLVMdev] Using the unused "version" field in the bitcode wrapper (redux)
...nown QA people who break software in two minutes as naturally as breathing; I do not have that skill. Given that I came up with *anything* in two minutes, I am not filled with confidence. Right now I'm in the middle of un-borking my bots in the wake of the upstream "improvements" to GetSVN.cmake, but I will see what else I can do. --paulr From: Sean Silva [mailto:chisophugis at gmail.com] Sent: Tuesday, November 25, 2014 2:38 PM To: Robinson, Paul Cc: Yung, Douglas; llvmdev at cs.uiuc.edu; Reid Kleckner; Bruce Hoult Subject: RE: [LLVMdev] Using the unused "version" field i...
2014 Nov 25
2
[LLVMdev] Using the unused "version" field in the bitcode wrapper (redux)
The fundamental problem is that IR has never been treated as "user input" before. It has always been an ephemeral format, and if some component comes along and sees something it doesn't recognize, that is ipso facto a compiler bug, not a user input error, and it's perfectly okay to crash on a compiler bug. Changing that fundamental assumption would be pretty pervasive. I will
2015 Jul 06
4
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
Hi, I've taken a look at the binary tarballs for clang+llvm-3.6.2-rc1-* that have been uploaded and observed the following: * All uploaded tarballs include the generated CMake files apart from ``clang+llvm-3.6.2-rc1-x86_64-linux-gnu-ubuntu-14.04.tar.xz``. These files (share/llvm/cmake/*.cmake) are missing in this tarball. * Inside the Ubuntu tarball the directory is not consistently named