search for: add_subdirectory

Displaying 20 results from an estimated 70 matches for "add_subdirectory".

2009 Oct 21
1
zfs acls and MS office applications
...look like this. This is for the parent directory; files within have the same permissions (sans the inheritance). moe-lh /moe2/office/student_workers 546# ls -vd . drwxrws---+ 2 toml cefac 5 Oct 20 18:36 ./ 0:group:cefac:list_directory/read_data/add_file/write_data /add_subdirectory/append_data/write_xattr/execute/write_attributes /write_acl/write_owner:file_inherit/dir_inherit/inherit_only:allow 1:group:cefac:list_directory/read_data/add_file/write_data /add_subdirectory/append_data/write_xattr/execute/write_attributes /write_acl/write_owne...
2010 Jan 04
2
[LLVMdev] [PATCH] Add InstCombine to CMake.
...oint/CMakeLists.txt | 2 +- tools/llvm-ld/CMakeLists.txt | 2 +- tools/opt/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bce039..0edd509 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -295,6 +295,7 @@ add_subdirectory(lib/CodeGen/AsmPrinter) add_subdirectory(lib/Bitcode/Reader) add_subdirectory(lib/Bitcode/Writer) add_subdirectory(lib/Transforms/Utils) +add_subdirectory(lib/Transforms/InstCombine) add_subdirectory(lib/Transforms/Instrumentation) add_subdirectory(lib/Transforms/Scalar) add_subdirectory(lib/...
2012 Jul 03
2
[LLVMdev] error with cmake build of llvm
...agon -- Targeting Mips -- Targeting MBlaze -- Targeting MSP430 -- Targeting 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 l...
2020 Sep 27
3
How to add a new clang-tidy module
.... <sourceN>] Below is my diff diff --git a/clang-tools-extra/clang-tidy/CMakeLists.txt b/clang-tools-extra/clang-tidy/CMakeLists.txt index ca7a5afed6b..ccb77ef6a62 100644 --- a/clang-tools-extra/clang-tidy/CMakeLists.txt +++ b/clang-tools-extra/clang-tidy/CMakeLists.txt @@ -64,6 +64,7 @@ add_subdirectory(linuxkernel) add_subdirectory(llvm) add_subdirectory(llvmlibc) add_subdirectory(misc) +add_subdirectory(misra) add_subdirectory(modernize) if(CLANG_TIDY_ENABLE_STATIC_ANALYZER) add_subdirectory(mpi) @@ -90,6 +91,7 @@ set(ALL_CLANG_TIDY_CHECKS clangTidyLLVMModule clangTidyLLVMLibcModul...
2008 Feb 28
0
Windows permissions and inheritance
...tments folder, and granted just the permissions shown. In windows it looks fine, and under Solaris it looks ok too, the permissions appear as: d---r-x---+ 3 ross smith domain users 3 Feb 28 08:24 Departments 0:group:domain admins:list_directory/read_data/add_file/write_data /add_subdirectory/append_data/read_xattr/write_xattr/execute /delete_child/read_attributes/write_attributes/delete/read_acl /write_acl/write_owner/synchronize:file_inherit/dir_inherit:allow 1:group@:list_directory/read_data/read_xattr/execute/read_attributes /read_acl/synchronize:file_inherit/d...
2011 Dec 16
2
[LLVMdev] Update CMakeLists.txt for Target Hexagon to adjust MCTargetDesc path for HexagonMCAsmInfo.cpp
...HexagonISelLowering.cpp *MCTargetDesc/*HexagonMCAsmInfo.cpp HexagonOptimizeSZExtends.cpp HexagonRegisterInfo.cpp HexagonRemoveSZExtArgs.cpp HexagonSelectionDAGInfo.cpp HexagonSplitTFRCondSets.cpp HexagonSubtarget.cpp HexagonTargetMachine.cpp HexagonTargetObjectFile.cpp ) add_subdirectory(TargetInfo) add_subdirectory(MCTargetDesc) Add the Folder path, *MCTargetDesc/*,**to pick up /HexagonMCAsmInfo.cpp/* *Otherwise, cmake won't configure cleanly.* *Marc* * -- Marc J. Driftmeyer Email :: mjd at reanimality.com <mailto:mjd at reanimality.com> Web :: http://www.reanimalit...
2014 Jul 10
3
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
...urce files. > Let me guess, you should just call set_source_file_properties(<arm .S files> PROPERTIES LANGUAGE C)? > But, how I can run the unit tests. I see from > compiler-rt/test/CMakeLists.txt > > # BlocksRuntime and builtins testsuites are not yet ported to lit. > # add_subdirectory(BlocksRuntime) > # add_subdirectory(builtins) > > How do you run the unit tests for builtins? > Well, there is http://reviews.llvm.org/D4251 which adds support for running the tests under CTest, but it's not yet reviewed. There's also a "test/builtins/Unit/test" scrip...
2013 Apr 01
1
[LLVMdev] llvm cmake broken or changed?
...ming Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed CMake Error: File c:/llvm/tools/clang/include/clang/Config/config.h.cmake does not exi CMake Error at tools/clang/CMakeLists.txt:152 (configure_file): configure_file Problem configuring file CMake Error at tools/clang/CMakeLists.txt:276 (add_subdirectory): add_subdirectory given source "include" which is not an existing directory. -- Found Subversion: C:/Program Files/TortoiseSVN/bin/svn.exe (found version "1.7.8") -- Expecting header to go in C:/llvm_build/tools/clang/lib/Basic/SVNVersion.inc CMake Error at tools/clang/CMak...
2014 Jul 08
2
[LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
On 8 July 2014 19:47, Alexey Samsonov <vonosmas at gmail.com> wrote: > compiler-rt/lib/builtins/arm/*.S files are listed in arm_SOURCES variable, > and therefore should make it into the builtins static library on ARM. Don't > they? I assume so... But I'm not an expert in CMake.
2020 Nov 21
0
Cannot delete (empty) folder from Mac client
...19 10:51 mydir.doc > # ls -l /shares/myshare/mydir.doc > total 0 (Notice no ACLs are set) On the client: > $ ls -le /Volumes/ > drwx------+ 1 user2 XXXXXXXX\Domain Users 16384 Nov 19 15:10 myshare > 0: AAAABBBB-CCCC-DDDD-EEEE-FFFF82000000 allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown > 1: group:XXXXXXXX\Domain Users allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown > 2: group:everyone allow...
2016 Nov 30
1
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
.... # ls -lvd /Pool1/Department/Sales drwxrwx---+ 13 jsmith sales 48 Nov 29 18:58 /Pool1/Department/Sales 0:user:nobody:read_xattr/read_attributes/read_acl:allow 1:user:root:read_xattr/read_attributes/read_acl:allow 2:group@:list_directory/read_data/add_file/write_data/add_subdirectory /append_data/read_xattr/write_xattr/execute/delete_child /read_attributes/write_attributes/delete/read_acl/write_acl /write_owner/synchronize:allow 3:owner@:list_directory/read_data/add_file/write_data/add_subdirectory /append_data/read_xattr/write_xattr/execute/delete_child /read_attribu...
2011 Dec 16
0
[LLVMdev] Update CMakeLists.txt for Target Hexagon to adjust MCTargetDesc path for HexagonMCAsmInfo.cpp
...nMCAsmInfo.cpp > HexagonOptimizeSZExtends.cpp > HexagonRegisterInfo.cpp > HexagonRemoveSZExtArgs.cpp > HexagonSelectionDAGInfo.cpp > HexagonSplitTFRCondSets.cpp > HexagonSubtarget.cpp > HexagonTargetMachine.cpp > HexagonTargetObjectFile.cpp > ) > > add_subdirectory(TargetInfo) > add_subdirectory(MCTargetDesc) > > > Add the Folder path, *MCTargetDesc/*,**to pick up /HexagonMCAsmInfo.cpp/* > > *Otherwise, cmake won't configure cleanly.* > > *Marc* > * > -- > Marc J. Driftmeyer > Email :: mjd at reanimality.com <mailto...
2016 Jun 09
9
[RFC] LLVM Directory Structure Changes (was Re: [PATCH] D20992: [CMake] Add LLVM runtimes directory)
...DS} ${TOOLCHAIN_BINS} > > ${cmake_3_4_USES_TERMINAL} ) > > endif() > > Index: CMakeLists.txt > > =================================================================== > > --- CMakeLists.txt > > +++ CMakeLists.txt > > @@ -720,6 +720,8 @@ > > add_subdirectory(tools) > > endif() > > > > +add_subdirectory(runtimes) > > + > > if( LLVM_INCLUDE_EXAMPLES ) > > add_subdirectory(examples) > > endif() > > @@ -730,7 +732,8 @@ > > llvm_ExternalProject_Add(test-suite ${LLVM_MAIN_SRC_DIR}/projects/test...
2011 Apr 24
0
[LLVMdev] Problem with compiling the runtime libary
...Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 -------------- next part -------------- diff -ruN llvm-2.9/CMakeLists.txt llvm-2.9.new/CMakeLists.txt --- llvm-2.9/CMakeLists.txt 2011-03-02 06:31:19.000000000 +0800 +++ llvm-2.9.new/CMakeLists.txt 2011-04-24 15:41:07.180714774 +0800 @@ -233,6 +233,13 @@ add_subdirectory(tools) endif() +option(LLVM_BUILD_RUNTIME + " Build the LLVM runtime. If OFF, just generate build targets." OFF) +option(LLVM_INCLUDE_RUNTIME "Generate build targets for the LLVM examples" ON) +if( LLVM_INCLUDE_RUNTIME ) + add_subdirectory(runtime) +endif() + option(LLVM_B...
2016 Nov 30
2
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
There are definitely some files with some weird names- in an ssh session they don't even have regular characters. e.g -rw-rw---- 1 xxx xxx 114985112 Oct 31 14:39 ▒^t Not sure if that is related to problems though. The top command shows Memory: 12G phys mem, 343M free mem, 2048M total swap, 2048M free swap This is in the evening so should not be much load but I think
2018 Jan 29
2
Polly Dependency Analysis in MyPass
i put following line in CMakeLists.txt; add_subdirectory(mypass) then used make -j9 then i used following and run on canonicalize IR $ opt -load lib/LLVMmypass.so -mypass vec-sum.preopt.ll On Mon, Jan 29, 2018 at 9:39 PM, Michael Kruse <llvmdev at meinersbur.de> wrote: > 2018-01-29 10:18 GMT-06:00 hameeza ahmed <hahmed2305 at...
2014 Feb 03
3
[LLVMdev] Some CMake issues (Are you being served?)
On 2 Feb 2014, at 17:42, NAKAMURA Takumi <geek4civic at gmail.com> wrote: >> 6) If you create a proper config file, then you can populate it with >> IMPORTED targets and use it in clang. IMPORTED targets record dependencies >> and usage requirements (when you start requiring CMake 2.8.9+ at least) >> properly. >> >>
2009 Mar 30
0
multi-protocol (cifs/nfs) access to same files - help please
...est5 below) Nexenta configuration ================= No specific workgroup No AD or LDAP configuration Acls on folder bigmirror/big: local users smb and nfs, owner@ have full access, everyone@ and group@ (root) are denied write access owner@ Allow:list_directory, read_data, add_file, write_data, add_subdirectory, append_data, write_xattr, execute, write_attributes, write_acl, write_owner group@ Allow:list_directory, read_data, execute Deny:add_file, write_data, add_subdirectory, append_data everyone@ Allow:list_directory, read_data, read_xattr, execute, read_attributes, read_acl, synchronize...
2008 Jan 18
0
Can't write to share.
...:rwx 1:group::rwx #effective:rwx 2:mask:rwx 3:other:r-x -bash-3.00# ls -lavd /zfs/internal/streams drwxrwsr-x 2 root NDS-UK\dept_stream_content 3 Jan 18 14:38 /zfs/internal/streams/ 0:owner@::deny 1:owner@:list_directory/read_data/add_file/write_data/add_subdirectory /append_data/write_xattr/execute/write_attributes/write_acl /write_owner:allow 2:group@::deny 3:group@:list_directory/read_data/add_file/write_data/add_subdirectory /append_data/execute:allow 4:everyone@:add_file/write_data/add_subdirectory/append_data/write_xatt...
2014 Oct 20
2
[LLVMdev] Lib C++ buildbot problem
...ibc++abi.so: undefined reference to `_Unwind_GetGR' Since I expected that the symbol would be provided by that library, I searched the CMake on libc++abi and found this: option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF) ... if (LIBCXXABI_USE_LLVM_UNWINDER) add_subdirectory(src/Unwind) endif() But on the Libc++AndAbiBuilder, there's no way to set the CMake argument (or is there?): def getLibcxxAndAbiBuilder(f=None, env={}, additional_features=set()): "additional_features" seem to imply only lit test args, not anything else. Ideas? cheers, --renato