2fc57cbc936e49e2550841adf8add816f6057b44,src/python/pants/backend/native/subsystems/binaries/llvm.py,LLVM,_common_lib_dirs,#LLVM#,81
Before Change
@memoized_property
def _common_lib_dirs(self):
return [os.path.join(self.select(), "lib")]
def c_compiler(self):
return CCompiler(
path_entries=self.path_entries(),
After Change
@memoized_property
def _common_lib_dirs(self):
return self._filemap([("lib",)])
def c_compiler(self):
return CCompiler(
path_entries=self.path_entries,
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 8
Instances
Project Name: pantsbuild/pants
Commit Name: 2fc57cbc936e49e2550841adf8add816f6057b44
Time: 2018-07-24
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/native/subsystems/binaries/llvm.py
Class Name: LLVM
Method Name: _common_lib_dirs
Project Name: pantsbuild/pants
Commit Name: 2fc57cbc936e49e2550841adf8add816f6057b44
Time: 2018-07-24
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/native/subsystems/binaries/llvm.py
Class Name: LLVM
Method Name: _common_include_dirs
Project Name: pantsbuild/pants
Commit Name: 2fc57cbc936e49e2550841adf8add816f6057b44
Time: 2018-07-24
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/native/subsystems/binaries/gcc.py
Class Name: GCC
Method Name: path_entries
Project Name: pantsbuild/pants
Commit Name: 2fc57cbc936e49e2550841adf8add816f6057b44
Time: 2018-07-24
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/native/subsystems/binaries/llvm.py
Class Name: LLVM
Method Name: _cpp_include_dirs
Project Name: pantsbuild/pants
Commit Name: 2fc57cbc936e49e2550841adf8add816f6057b44
Time: 2018-07-24
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/native/subsystems/binaries/llvm.py
Class Name: LLVM
Method Name: path_entries