rust/src/test/ui/target-feature
Joe Richey ad552bc17e
Add compiler support for LLVM's x86 ERMSB feature
This change is needed for compiler-builtins to check for this feature
when implementing memcpy/memset. See:
  https://github.com/rust-lang/compiler-builtins/pull/365

The change just does compile-time detection. I think that runtime
detection will have to come in a follow-up CL to std-detect.

Like all the CPU feature flags, this just references #44839

Signed-off-by: Joe Richey <joerichey@google.com>
2020-10-26 03:46:54 -07:00
..
gate.rs Add compiler support for LLVM's x86 ERMSB feature 2020-10-26 03:46:54 -07:00
gate.stderr Add compiler support for LLVM's x86 ERMSB feature 2020-10-26 03:46:54 -07:00
invalid-attribute.rs Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00
invalid-attribute.stderr Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00