SpirvTestOptions.cpp 720 B

12345678910111213141516171819202122232425
  1. //===- unittests/SPIRV/SpirvTestOptions.cpp ----- Test Options Init -------===//
  2. //
  3. // The LLVM Compiler Infrastructure
  4. //
  5. // This file is distributed under the University of Illinois Open Source
  6. // License. See LICENSE.TXT for details.
  7. //
  8. //===----------------------------------------------------------------------===//
  9. //
  10. // This file defines and initializes command line options that can be passed to
  11. // SPIR-V gtests.
  12. //
  13. //===----------------------------------------------------------------------===//
  14. #include "SpirvTestOptions.h"
  15. namespace clang {
  16. namespace spirv {
  17. namespace testOptions {
  18. std::string inputDataDir = "";
  19. } // namespace testOptions
  20. } // namespace spirv
  21. } // namespace clang