search for: polly_test_directori

Displaying 2 results from an estimated 2 matches for "polly_test_directori".

Did you mean: polly_test_directories
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...rary suffix. > --- > test/CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt > index c433ebe..24ccab0 100644 > --- a/test/CMakeLists.txt > +++ b/test/CMakeLists.txt > @@ -11,7 +11,7 @@ set(POLLY_TEST_DIRECTORIES > > set(POLLY_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/..") > set(POLLY_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/..") > -set(LLVM_SHLIBEXT "${CMAKE_SHARED_LIBRARY_SUFFIX}") > +set(LLVM_SHLIBEXT "${CMAKE_SHARED_MODULE_SUFFIX}") > >...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
On 10/21/2012 11:46 AM, Jack Howarth wrote: > On Sun, Oct 21, 2012 at 02:35:49PM -0400, Jack Howarth wrote: >> On Sun, Oct 21, 2012 at 11:01:37AM -0700, Tobias Grosser wrote: >>> On 10/21/2012 10:57 AM, Jack Howarth wrote: >>>> On Sun, Oct 21, 2012 at 10:38:48AM -0700, Tobias Grosser wrote: >>>>> On 10/21/2012 09:13 AM, Jack Howarth wrote: