def test_target_x86
    assert x86 = LLVM::Target.by_name('x86')
    assert_equal 'x86', x86.name
    assert_equal "32-bit X86: Pentium-Pro and above", x86.description
    assert_equal true, x86.jit?