search for: no_install

Displaying 20 results from an estimated 22 matches for "no_install".

Did you mean: do_install
2009 May 07
1
[LLVMdev] Installing tbgen with llvm by default.
...ler backend plugins in the >> fly for each customized processor and plugin generation needs tbgen >> for handling td files. > > Sure, would you care to prepare a patch? > > -Chris Great! Hope that this patch will do. I removed util dir from install filter-out list, added NO_INSTALL = 1 to googletest Makefile and removed NO_INSTALL define from tblgen. Mikael Lepistö -------------- next part -------------- A non-text attachment was scrubbed... Name: tblgen_install.patch Type: text/x-patch Size: 1192 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/a...
2013 Feb 05
1
[LLVMdev] Install circumvented ?
Hi, I did a recent svn build of llvm/clang, but 'make install' ran into this : llvm[5]: Install circumvented with NO_INSTALL Whats this ? Regards, John Smith PS : please cc me when replying from llvmdev at cs.uiuc.edu, im only subscribed to cfe-dev at cs.uiuc.edu
2016 Jun 09
9
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...make/modules/LLVMExternalProjectUtils.cmake > > @@ -29,7 +29,8 @@ > > # Extra targets in the subproject to generate targets for > > # ) > > function(llvm_ExternalProject_Add name source_dir) > > - cmake_parse_arguments(ARG "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL" > > + cmake_parse_arguments(ARG > > + "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL;ALWAYS_CLEAN" > > "SOURCE_DIR" > > "CMAKE_ARGS;TOOLCHAIN_TOOLS;RUNTIME_LIBRARIES;DEPENDS;EXTRA_TARGETS" ${ARGN}) > > canonicalize_tool_...
2009 May 05
0
[LLVMdev] Installing tbgen with llvm by default.
On May 4, 2009, at 11:03 PM, Mikael Lepistö wrote: > Hi, > > Would it be possible to set tbgen to be installed with llvm? For our > project http://llvm.org/ProjectsWithLLVM/#tta-tce it would be very > helpful, because our tools generate compiler backend plugins in the > fly for each customized processor and plugin generation needs tbgen > for handling td files. Sure,
2013 Feb 05
0
[LLVMdev] [cfe-dev] Install circumvented ?
Has anything actually gone wrong in the install? AIUI llvm/clang build various test executables/internal tools which the user wouldn't have any benefit from installing, and I gather the simplest way to exclude them from a recursive make install is to guard the directory with NO_INSTALL on the directory. IOW I think this is normal behaviour. Cheers, Dave -----Original Message----- From: cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] On Behalf Of John Smith Sent: 05 February 2013 16:05 To: CLang-list Developers; llvmdev Subject: [cfe-dev] Install circumve...
2009 May 05
2
[LLVMdev] Installing tbgen with llvm by default.
Hi, Would it be possible to set tbgen to be installed with llvm? For our project http://llvm.org/ProjectsWithLLVM/#tta-tce it would be very helpful, because our tools generate compiler backend plugins in the fly for each customized processor and plugin generation needs tbgen for handling td files. Because of tbgen not beeing distributed, our users cannot use llvm from their favorite
2016 Jun 09
2
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...ake >>> > @@ -29,7 +29,8 @@ >>> > # Extra targets in the subproject to generate targets for >>> > # ) >>> > function(llvm_ExternalProject_Add name source_dir) >>> > - cmake_parse_arguments(ARG "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL" >>> > + cmake_parse_arguments(ARG >>> > + "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL;ALWAYS_CLEAN" >>> > "SOURCE_DIR" >>> > "CMAKE_ARGS;TOOLCHAIN_TOOLS;RUNTIME_LIBRARIES;DEPENDS;EXTRA_TARGETS" ${ARGN})...
2016 Jun 10
4
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...29,8 @@ >>>>> > # Extra targets in the subproject to generate targets for >>>>> > # ) >>>>> > function(llvm_ExternalProject_Add name source_dir) >>>>> > - cmake_parse_arguments(ARG "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL" >>>>> > + cmake_parse_arguments(ARG >>>>> > + "USE_TOOLCHAIN;EXCLUDE_FROM_ALL;NO_INSTALL;ALWAYS_CLEAN" >>>>> > "SOURCE_DIR" >>>>> > "CMAKE_ARGS;TOOLCHAIN_TOOLS;RUNTIME_LIBRARIES;DEPE...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...#39; MAINTAINER_MODE_TRUE='' MAINTAINER_NO_DOCS_FALSE='' MAINTAINER_NO_DOCS_TRUE='#' MAKEINFO='${SHELL} /home/saad/GitProjects/xapian/xapian-core/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' NO_INSTALL='-no-install' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='xapian-core' PACKAGE_BUGREPORT='http://xapian.org/bugs' PACKAGE_NAME='xapian-core' PACKAGE_STRING='xapian-core 1.3.2' PACKAGE_TARNAME='xapian-core'...
2010 Aug 05
2
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
...) else -$(LibName.SO): $(ObjectsO) $(LibDir)/.dir +$(LibName.SO): $(ObjectsO) $(SharedDir)/.dir $(Echo) Linking $(BuildMode) Shared Library $(notdir $@) $(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO) endif @@ -1148,21 +1193,23 @@ uninstall-local:: $(Echo) Uninstall circumvented with NO_INSTALL else -ifdef LOADABLE_MODULE -DestSharedLib = $(DESTDIR)$(PROJ_libdir)/$(LIBRARYNAME)$(SHLIBEXT) +# Win32.DLL prefers to be located on the "PATH" of binaries. +ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) +DestSharedDir := $(DESTDIR)$(PROJ_bindir) else -DestSharedLib = $(DESTD...
2014 Feb 04
3
[LLVMdev] linux build broken on Ubuntu 12.04 x86_64
...finitely bee ifdef guarded). tfiala at tfiala2:/mnt/ssd/work/svn/lgs/llvm/utils/fpcmp$ svn diff Makefile Index: Makefile =================================================================== --- Makefile (revision 200725) +++ Makefile (working copy) @@ -12,5 +12,7 @@ USEDLIBS = LLVMSupport.a NO_INSTALL = 1 +LDFLAGS += "-lbsd" + include $(LEVEL)/Makefile.common But this is just one of several (more below): llvm[4]: Building Debug+Asserts Archive Library libclang.a /mnt/ssd/work/svn/lgs/build/Debug+Asserts/lib/libLLVMSupport.a(Process.o): In function `llvm::sys::Process::GetRandomNum...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...of it in a previous email that you sent me. > Since this is a Makefile only change and only for cygwin, I'll see if Chris > will let me include it. I normally don't do this, but its really safe since > it won't impact anything except cygwin install. I tried to solve this but a NO_INSTALL for Cygwin OS did not seem to work. If someone else could solve this and produce a patch. 'make check' is also failing to run llvm-as and llvm-dis. Aaron > > -Tanya > > >>> Unfortunately Cygwin is not in our release criteria. I'd like to have >>> a build...
2010 Aug 05
0
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Hi Takumi, > Any feedbacks are welcome. > Have fun! This seems to be pretty useful addition to LLVM on windows! And it seems the only painless way to make plugins working, yay! For me the patch looks pretty good. One minor thing: could you please rename SharedDir => SharedLibDir Thanks! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg
2010 Aug 05
3
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
...else -$(LibName.SO): $(ObjectsO) $(LibDir)/.dir +$(LibName.SO): $(ObjectsO) $(SharedLibDir)/.dir $(Echo) Linking $(BuildMode) Shared Library $(notdir $@) $(Verb) $(Link) $(SharedLinkOptions) -o $@ $(ObjectsO) endif @@ -1148,21 +1194,23 @@ uninstall-local:: $(Echo) Uninstall circumvented with NO_INSTALL else -ifdef LOADABLE_MODULE -DestSharedLib = $(DESTDIR)$(PROJ_libdir)/$(LIBRARYNAME)$(SHLIBEXT) +# Win32.DLL prefers to be located on the "PATH" of binaries. +ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) +DestSharedLibDir := $(DESTDIR)$(PROJ_bindir) else -DestSharedLib = $(DE...
2009 Oct 20
3
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
On Oct 20, 2009, at 12:05 PM, Aaron Gray wrote: > 2009/10/20 Tanya Lattner <lattner at apple.com>: >> >> On Oct 20, 2009, at 5:49 AM, Jay Foad wrote: >> >>>> To test clang: >>>> 1) Compile llvm and clang from source. >>> >>> LLVM fails to build for me on Cygwin. I get: >>> >> >> Does TOT build? If not,
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ---------- From: Saad Ahmed <ch.saad.ahmed at gmail.com> Date: 3 February 2015 at 21:10 Subject: Waiting for Reply regarding "TestCases Failure" To: Xapian Development <xapian-devel at lists.xapian.org> I have been waiting for reply regarding any further steps to take. Following are the outputs of commands that you asked me to run. All these
2017 Nov 25
2
PSA: debuginfo-tests workflow changing slightly
...INCLUDE_EXAMPLES ) endif() if( LLVM_INCLUDE_TESTS ) - if(EXISTS ${LLVM_MAIN_SRC_DIR}/projects/test-suite AND TARGET clang) - include(LLVMExternalProjectUtils) - llvm_ExternalProject_Add(test-suite ${LLVM_MAIN_SRC_DIR}/projects/test-suite - USE_TOOLCHAIN - EXCLUDE_FROM_ALL - NO_INSTALL - ALWAYS_CLEAN) + if(TARGET clang) + if(EXISTS ${LLVM_MAIN_SRC_DIR}/projects/test-suite) + include(LLVMExternalProjectUtils) + llvm_ExternalProject_Add(test-suite ${LLVM_MAIN_SRC_DIR}/projects/test-suite + USE_TOOLCHAIN + EXCLUDE_FROM_ALL + NO_INSTALL +...
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
2017 Dec 06
3
PSA: debuginfo-tests workflow changing slightly
...>> - if(EXISTS ${LLVM_MAIN_SRC_DIR}/projects/test-suite AND TARGET clang) >> - include(LLVMExternalProjectUtils) >> - llvm_ExternalProject_Add(test-suite ${LLVM_MAIN_SRC_DIR}/projects/test-suite >> - USE_TOOLCHAIN >> - EXCLUDE_FROM_ALL >> - NO_INSTALL >> - ALWAYS_CLEAN) >> + if(TARGET clang) >> + if(EXISTS ${LLVM_MAIN_SRC_DIR}/projects/test-suite) >> + include(LLVMExternalProjectUtils) >> + llvm_ExternalProject_Add(test-suite ${LLVM_MAIN_SRC_DIR}/projects/test-suite >> + USE_TOOLCHAIN...
2017 Dec 06
2
PSA: debuginfo-tests workflow changing slightly
...if( LLVM_INCLUDE_TESTS ) > - if(EXISTS ${LLVM_MAIN_SRC_DIR}/projects/test-suite AND TARGET clang) > - include(LLVMExternalProjectUtils) > - llvm_ExternalProject_Add(test-suite ${LLVM_MAIN_SRC_DIR}/projects/test-suite > - USE_TOOLCHAIN > - EXCLUDE_FROM_ALL > - NO_INSTALL > - ALWAYS_CLEAN) > + if(TARGET clang) > + if(EXISTS ${LLVM_MAIN_SRC_DIR}/projects/test-suite) > + include(LLVMExternalProjectUtils) > + llvm_ExternalProject_Add(test-suite ${LLVM_MAIN_SRC_DIR}/projects/test-suite > + USE_TOOLCHAIN > + EXCLUDE_F...