http://llvm.org/bugs/show_bug.cgi?id=17165

            Bug ID: 17165
           Summary: the SVN trunk does not build as instructed by online
                    documentation.
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

machine: Ubuntu 12.04 LTS.
The on-line instructions for building rt is simple. I tried it as stated cmake
failed. then again making sure clang was used the commands was;

ray@Thunder:~/llvm_rt/build$ CC=clang CXX=clang++ cmake -G "Unix Makefiles"
../compiler-rt

I got the following output:

-- The C compiler identification is Clang 3.3.0
-- The CXX compiler identification is Clang 3.3.0
-- Check for working C compiler: /usr/local/bin/clang
-- Check for working C compiler: /usr/local/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/bin/clang++
-- Check for working CXX compiler: /usr/local/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:10 (include):
  include could not find load file:

    LLVMParseArguments


CMake Error at CMakeLists.txt:21 (string):
  string sub-command REGEX, mode MATCH needs at least 5 arguments total to
  command.
[... cut ...]

I'm new to this way of working. should I be expecting trunk to be stable?

regards
Ray

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to