<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - FAIL: Clang :: CodeGenObjC/illegal-UTF8.m"
   href="https://llvm.org/bugs/show_bug.cgi?id=26950">26950</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FAIL: Clang :: CodeGenObjC/illegal-UTF8.m
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.8
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>willy.mh.wolff@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi everyone,
make check-all fail on one test.
I call cmake and make with
$ gcc --version
gcc-4.8.real (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.1) 4.8.4
(same version for g++)
cmake is invoked with -DLLVM_TARGETS_TO_BUILD="ARM;X86"
-DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_CXX1Y=ON -DLLVM_ENABLE_RTTI=OFF
-DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release



[100%] Running all regression tests
lit.py: discovery.py:224: warning: input
'/home/willy/local/build/llvm/release_38/build_odroid-willy-0_Release_RTTIOFF_SHAREDOFF/projects/compiler-rt/test/sanitizer_common/Unit'
contained no tests
lit.py: lit.cfg:195: note: using clang:
'/home/willy/local/build/llvm/release_38/build_odroid-willy-0_Release_RTTIOFF_SHAREDOFF/./bin/clang'
FAIL: Clang :: CodeGenObjC/illegal-UTF8.m (3584 of 26826)
******************** TEST 'Clang :: CodeGenObjC/illegal-UTF8.m' FAILED
********************
Script:
--
/home/willy/local/build/llvm/release_38/build_odroid-willy-0_Release_RTTIOFF_SHAREDOFF/./bin/clang

/home/willy/local/build/llvm/release_38/llvm/tools/clang/test/CodeGenObjC/illegal-UTF8.m
-S -m64 -o -
--
Exit Code: 1

Command Output (stderr):
--
/home/willy/local/build/llvm/release_38/llvm/tools/clang/test/CodeGenObjC/illegal-UTF8.m:6:16:
warning: input conversion stopped due to an input byte that does not belong to
the input codeset UTF-8 [-WCFString-literal]
NSString *S = @"\xff\xff___WAIT___"; // expected-warning {{input conversion
stopped due to an input byte that does not belong to the input codeset UTF-8}}
               ^~~~~~~~~~~~~~~~~~~~
error: unable to create target: 'No available targets are compatible with this
triple, see -version for the available targets.'
1 warning and 1 error generated.

--

********************
Testing Time: 773.62s
********************
Failing Tests (1):
    Clang :: CodeGenObjC/illegal-UTF8.m

  Expected Passes    : 21828
  Expected Failures  : 113
  Unsupported Tests  : 4884
  Unexpected Failures: 1

1 warning(s) in tests.
make[3]: *** [CMakeFiles/check-all] Error 1</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>